Skip to content
Snippets Groups Projects
Unverified Commit da93cb96 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Fix SQL syntax.

* src/sql/upgrade-3.sql: Fix syntax.
parent 74c1a94a
No related branches found
No related tags found
No related merge requests found
BEGIN TRANSACTION;
ALTER TABLE Builds ADD COLUMN last_status INTEGER,
ALTER TABLE Builds ADD COLUMN last_status INTEGER;
COMMIT;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment