5 lines
58 B
PL/PgSQL
5 lines
58 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP TABLE IF EXISTS disposition_routes;
|
|
|
|
COMMIT; |