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
96963c09
...
96963c0941c7f28cebb169f00b97ec8fab064a84
authored
2026-06-18 13:10:09 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改路径
1 parent
6b9f5ef7
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 @
96963c0
...
...
@@ -7,7 +7,7 @@ import sys
from
pathlib
import
Path
PROJECT_ROOT
=
Path
(
__file__
)
.
resolve
()
.
parents
[
1
]
PROJECT_ROOT
=
Path
(
__file__
)
.
resolve
()
.
parents
[
2
]
SCHEMA_PATH
=
PROJECT_ROOT
/
"scripts"
/
"postgres_schema.sql"
...
...
Please
register
or
sign in
to post a comment