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

3 lines
60 B
Python

DROP TABLE api_keys;
UPDATE schemaversion SET version = 15;