4 строки
127 B
SQL
4 строки
127 B
SQL
DROP INDEX IF EXISTS idx_usergroups_remote_id;
|
|
DROP INDEX IF EXISTS idx_usergroups_delete_at;
|
|
DROP TABLE IF EXISTS usergroups;
|