Remove the used_legacy_github column
This commit is contained in:
parent
bbf4a1fac4
commit
2b3633b107
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ down_revision = '35f538da62'
|
|||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
from sqlalchemy.dialects import mysql
|
||||
>>>>>>> Remove the used_legacy_github column
|
||||
|
||||
def upgrade(tables):
|
||||
### commands auto generated by Alembic - please adjust! ###
|
||||
|
|
Reference in a new issue