diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-22 12:55:39 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-22 21:22:39 +0000 |
commit | 8eadc208e15023d9fa92cf08ff03c29ac55bf183 (patch) | |
tree | def82eff864a01acb1e623aa15317006d207c0d5 /libpod/sql_state.go | |
parent | 6a4fcb168a47b0419b7a5cef48e3c7d0b42a9438 (diff) | |
download | podman-8eadc208e15023d9fa92cf08ff03c29ac55bf183.tar.gz podman-8eadc208e15023d9fa92cf08ff03c29ac55bf183.tar.bz2 podman-8eadc208e15023d9fa92cf08ff03c29ac55bf183.zip |
Remove No New Privs from DB as it's already in the spec
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #383
Approved by: rhatdan
Diffstat (limited to 'libpod/sql_state.go')
-rw-r--r-- | libpod/sql_state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/sql_state.go b/libpod/sql_state.go index 9efa12111..cf759d836 100644 --- a/libpod/sql_state.go +++ b/libpod/sql_state.go @@ -14,7 +14,7 @@ import ( // DBSchema is the current DB schema version // Increments every time a change is made to the database's tables -const DBSchema = 10 +const DBSchema = 11 // SQLState is a state implementation backed by a persistent SQLite3 database type SQLState struct { |