diff --git a/store/datastore/ddl/mysql/13.sql b/store/datastore/ddl/mysql/13.sql index a1c8c8035a..0bc466a2fe 100644 --- a/store/datastore/ddl/mysql/13.sql +++ b/store/datastore/ddl/mysql/13.sql @@ -1,7 +1,7 @@ -- +migrate Up CREATE TABLE procs ( - proc_id INTEGER PRIMARY KEY AUTOINCREMENT + proc_id INTEGER PRIMARY KEY AUTO_INCREMENT ,proc_build_id INTEGER ,proc_pid INTEGER ,proc_ppid INTEGER