capsul-flask/capsulflask/schema_migrations/19_down_api_tokens.py

3 lines
60 B
Python

DROP TABLE api_keys;
UPDATE schemaversion SET version = 18;