52_authenticator.down.sql 415 B

123456
  1. DROP TRIGGER IF EXISTS update_authenticator_entity_updated_at ON authenticator_entity;
  2. DROP INDEX IF EXISTS authenticator_entity_updated_at_time_index;
  3. DROP INDEX IF EXISTS authenticator_entity_state_constraint;
  4. DROP TRIGGER IF EXISTS trigger_authenticator_key_updated_time_on_authenticator_entity_updation on authenticator_entity;
  5. DROP TABLE IF EXISTS authenticator_entity;
  6. DROP TABLE IF EXISTS authenticator_key;