The Guix Build Coordinator doesn't record timestamps for events currently. This is something to fix, but allow for build statuses without timestamps as they're not necessary.
7 lines
108 B
PL/PgSQL
7 lines
108 B
PL/PgSQL
-- Revert guix-data-service:build_status_nullable_timestamp from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|