Files
@ 6849b3fad164
Branch filter:
Location: kallithea/docs/usage/statistics.rst
6849b3fad164
1.2 KiB
text/prs.fallenstein.rst
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.