Make build_servers.id just generated by default

As to make it easier to set explicitly.
This commit is contained in:
Christopher Baines 2024-12-15 20:54:11 +00:00
parent 73b53f46a3
commit 62d6b59013
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:alter_build_servers_id_default from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;