Files
llink/go/migrations/000014_network_message_usage.down.sql
T

6 lines
61 B
PL/PgSQL

BEGIN;
DROP TABLE IF EXISTS network_message_usage;
COMMIT;