mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Fix SQL syntax error
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #440 Approved by: baude
This commit is contained in:
@ -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)),
|
||||
|
Reference in New Issue
Block a user