down.sql 186 B

12345678910111213
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX authorizations_unique;
  3. DROP TABLE authorizations ;
  4. DROP TYPE TResourceType ;
  5. DROP TYPE TUserType ;
  6. DROP TYPE TRightType ;