2 lines
85 B
SQL
2 lines
85 B
SQL
drop table if exists permissions;
|
|
drop index if exists permissions_unique_user_role;
|
drop table if exists permissions;
|
|
drop index if exists permissions_unique_user_role;
|