1_create_tables.down.sql 526 B

12345678910111213141516171819202122232425262728293031
  1. DROP TABLE files;
  2. DROP TABLE file_object_keys;
  3. DROP TABLE thumbnail_object_keys;
  4. DROP TABLE temp_object_keys;
  5. DROP TABLE users;
  6. DROP TABLE key_attributes;
  7. DROP TABLE otts;
  8. DROP TABLE tokens;
  9. DROP INDEX users_email_index;
  10. DROP INDEX files_owner_id_index;
  11. DROP INDEX files_updation_time_index;
  12. DROP INDEX tokens_user_id_index;
  13. DROP INDEX collections_owner_id_index;
  14. DROP INDEX collection_shares_to_user_id_index;
  15. DROP INDEX collection_files_collection_id_index;
  16. DROP INDEX collections_favorites_constraint_index;