7 lines
61 B
PL/PgSQL
7 lines
61 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP TABLE IF EXISTS tenant_oauth_clients;
|
|
|
|
COMMIT;
|
|
|