fix: Remove unnecessary blank lines and drop alembic_version table in migration script

1 parent 5b00f29d
...@@ -80,8 +80,6 @@ menus = login:Login ...@@ -80,8 +80,6 @@ menus = login:Login
;change_unit = False ;change_unit = False
;departemen_chg_id = 3 ;departemen_chg_id = 3
# digunakan jika akan menggunakan form registrasi sendiri # digunakan jika akan menggunakan form registrasi sendiri
; PROXY ; PROXY
......
...@@ -384,7 +384,6 @@ def upgrade(): ...@@ -384,7 +384,6 @@ def upgrade():
sa.PrimaryKeyConstraint('id', name=op.f('pk_partner_files')) sa.PrimaryKeyConstraint('id', name=op.f('pk_partner_files'))
) )
op.drop_table('alembic_version')
# ### end Alembic commands ### # ### end Alembic commands ###
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!