2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

Fix SQL syntax.

* src/sql/upgrade-3.sql: Fix syntax.
This commit is contained in:
Mathieu Othacehe 2021-02-01 12:06:05 +01:00
parent 74c1a94a4d
commit da93cb96ff
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1,5 +1,5 @@
BEGIN TRANSACTION;
ALTER TABLE Builds ADD COLUMN last_status INTEGER,
ALTER TABLE Builds ADD COLUMN last_status INTEGER;
COMMIT;