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