This effectively makes adding build status entries idempotent to some degree.
7 lines
106 B
PL/PgSQL
7 lines
106 B
PL/PgSQL
-- Revert guix-data-service:build_status_add_unique_index from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|