8 lines
116 B
MySQL
8 lines
116 B
MySQL
|
|
-- Verify guix-data-service:alter_build_servers_id_default on pg
|
||
|
|
|
||
|
|
BEGIN;
|
||
|
|
|
||
|
|
-- XXX Add verifications here.
|
||
|
|
|
||
|
|
ROLLBACK;
|