Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
沈秋雨
/
lyric_rhyme
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2521ad87
...
2521ad871b8982b34526dc49cc5e45dc16c5e8b1
authored
2026-06-18 13:18:47 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: add 'local' to SCHEMA_PATH in init_postgres.py
1 parent
96963c09
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/local/init_postgres.py
scripts/local/init_postgres.py
View file @
2521ad8
...
...
@@ -8,7 +8,7 @@ from pathlib import Path
PROJECT_ROOT
=
Path
(
__file__
)
.
resolve
()
.
parents
[
2
]
SCHEMA_PATH
=
PROJECT_ROOT
/
"scripts"
/
"postgres_schema.sql"
SCHEMA_PATH
=
PROJECT_ROOT
/
"scripts"
/
"
local"
/
"
postgres_schema.sql"
def
main
()
->
None
:
...
...
Please
register
or
sign in
to post a comment