guix-data-service/sqitch/revert/translations_for_lint_checker_descriptions.sql
Danjela Lura f67bea719d Get the translated lint checker descriptions into the database
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-06-07 20:17:03 +01:00

7 lines
119 B
PL/PgSQL

-- Revert guix-data-service:translations_for_lint_checker_descriptions from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;