Fix SQL syntax error
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #440 Approved by: baude
This commit is contained in:
parent
d1abdebdcd
commit
5518cd2194
|
@ -277,7 +277,7 @@ func prepareDB(db *sql.DB) (err error) {
|
|||
NetNSPath TEXT NOT NULL,
|
||||
ExecSessions TEXT NOT NULL,
|
||||
IPs TEXT NOT NULL,
|
||||
Routes TEXT NOT NULL.
|
||||
Routes TEXT NOT NULL,
|
||||
|
||||
CHECK (State>0),
|
||||
CHECK (OomKilled IN (0, 1)),
|
||||
|
|
Loading…
Reference in New Issue