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 380c21d5
authored
Jan 20, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: Update version_table name in migration functions to 'alembic_base'
1 parent
cce684ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
opensipkd/base/alembic/env.py
opensipkd/base/alembic/env.py
View file @
380c21d
...
...
@@ -44,7 +44,7 @@ def run_migrations_offline() -> None:
target_metadata
=
target_metadata
,
literal_binds
=
True
,
dialect_opts
=
{
"paramstyle"
:
"named"
},
version_table
=
'alembic_
models
'
version_table
=
'alembic_
base
'
)
...
...
@@ -68,7 +68,7 @@ def run_migrations_online() -> None:
with
connectable
.
connect
()
as
connection
:
context
.
configure
(
connection
=
connection
,
target_metadata
=
target_metadata
,
version_table
=
'alembic_
models
'
version_table
=
'alembic_
base
'
)
with
context
.
begin_transaction
():
...
...
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