8 lines
41 B
PL/PgSQL
8 lines
41 B
PL/PgSQL
BEGIN;
|
|
|
|
|
|
DROP TABLE mock_mode;
|
|
|
|
|
|
COMMIT;
|