perf(struct): ddd
This commit is contained in:
6
scripts/db/rollback/0009.down.sql
Normal file
6
scripts/db/rollback/0009.down.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE IF EXISTS tenant_oauth_clients;
|
||||
|
||||
COMMIT;
|
||||
|
||||
6
scripts/db/rollback/0010.down.sql
Normal file
6
scripts/db/rollback/0010.down.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
DELETE FROM tenant_oauth_clients;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user