Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ca06063c
authored
Jan 25, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: Update down_revision in migration file to maintain proper versioning
1 parent
ac47be27
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
opensipkd/base/alembic/versions/021a8a342d5b_init_db.py
opensipkd/base/alembic/versions/10a68b1510a6_.py
opensipkd/base/alembic/versions/021a8a342d5b_init_db.py
0 → 100644
View file @
ca06063
This diff is collapsed.
Click to expand it.
opensipkd/base/alembic/versions/10a68b1510a6_.py
View file @
ca06063
...
@@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
...
@@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
import
sqlalchemy
as
sa
import
sqlalchemy
as
sa
from
alembic
import
op
from
alembic
import
op
revision
=
'10a68b1510a6'
revision
=
'10a68b1510a6'
down_revision
=
None
down_revision
=
'021a8a342d5b'
branch_labels
=
None
branch_labels
=
None
depends_on
=
None
depends_on
=
None
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment