chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
7
deploy/migrations/0032_admin_backend.down.sql
Normal file
7
deploy/migrations/0032_admin_backend.down.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
DROP INDEX IF EXISTS admin_audit_logs_actor_idx;
|
||||
DROP INDEX IF EXISTS admin_audit_logs_target_idx;
|
||||
DROP TABLE IF EXISTS admin_audit_logs;
|
||||
DROP INDEX IF EXISTS admin_commands_target_idx;
|
||||
DROP TABLE IF EXISTS admin_commands;
|
||||
DROP INDEX IF EXISTS account_send_restrictions_frozen_idx;
|
||||
DROP TABLE IF EXISTS account_send_restrictions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue