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 70d3ece6
authored
Jan 25, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: Remove alembic_version table creation from downgrade function
1 parent
ac2eb212
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
opensipkd/base/alembic/versions/021a8a342d5b_init_db.py
opensipkd/base/alembic/versions/021a8a342d5b_init_db.py
View file @
70d3ece
...
...
@@ -389,10 +389,6 @@ def upgrade():
def
downgrade
():
# ### commands auto generated by Alembic - please adjust! ###
op
.
create_table
(
'alembic_version'
,
sa
.
Column
(
'version_num'
,
sa
.
VARCHAR
(
length
=
32
),
autoincrement
=
False
,
nullable
=
False
),
sa
.
PrimaryKeyConstraint
(
'version_num'
,
name
=
op
.
f
(
'alembic_version_pkc'
))
)
op
.
drop_table
(
'partner_files'
)
op
.
drop_table
(
'user_area'
)
op
.
drop_table
(
'partner'
)
...
...
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