7 lines
120 B
PL/PgSQL
7 lines
120 B
PL/PgSQL
-- Revert guix-data-service:build_servers_build_config from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE build_servers_build_config;
|
|
|
|
COMMIT;
|