update dependencies, fixes to support new authentication features
[websub-hub] / src / db / sqlite / sql / schema / 1.1.0 / revert.sql
1 BEGIN;
2 ALTER TABLE authentication DROP COLUMN otp_key;
3
4 DELETE FROM _meta_schema_version WHERE major = 1 AND minor = 1 AND patch = 0;
5 COMMIT;