5 lines
59 B
PL/PgSQL
5 lines
59 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP TABLE IF EXISTS disposition_actions;
|
|
|
|
COMMIT; |