summaryrefslogtreecommitdiff
path: root/libpod/sql_state.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-22 12:55:39 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-22 21:22:39 +0000
commit8eadc208e15023d9fa92cf08ff03c29ac55bf183 (patch)
treedef82eff864a01acb1e623aa15317006d207c0d5 /libpod/sql_state.go
parent6a4fcb168a47b0419b7a5cef48e3c7d0b42a9438 (diff)
downloadpodman-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.go2
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 {