up.sql 138 B

12345
  1. ALTER TABLE auth_requests
  2. ALTER COLUMN master_password_hash DROP NOT NULL;
  3. ALTER TABLE auth_requests
  4. ALTER COLUMN enc_key DROP NOT NULL;