Changeset - 6849b3fad164
default
0
1
0
db: drop and re-create old schemas instead of Base.metadata.drop_all()
Sadly, Base.metadata.drop_all() sometimes doesn't work because of foreign key
constraints. We only know this is the case on PostgreSQL and MySQL - use
workarounds for these.
Sadly, Base.metadata.drop_all() sometimes doesn't work because of foreign key
constraints. We only know this is the case on PostgreSQL and MySQL - use
workarounds for these.
1 file changed with 24 insertions and 1 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)