update depedencies, changes to support updated authentication-module
[squeep-indie-auther] / src / db / postgres / sql / schema / 1.2.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 = 2 AND patch = 0;
5 COMMIT;