Skip to content

Commit

Permalink
fixed mysql ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Apr 1, 2017
1 parent 6c11444 commit f090a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/datastore/ddl/mysql/13.sql
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f090a2d

Please sign in to comment.