Skip to content

Commit

Permalink
manager/sql: replace json with text for better interop
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Oct 26, 2016
1 parent e877152 commit 2679683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager_sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var sqlSchema = []string{
id varchar(255) NOT NULL PRIMARY KEY,
description text NOT NULL,
effect text NOT NULL CHECK (effect='allow' OR effect='deny'),
conditions json NOT NULL
conditions text NOT NULL
)`,
`CREATE TABLE IF NOT EXISTS ladon_policy_subject (
compiled text NOT NULL,
Expand Down

0 comments on commit 2679683

Please sign in to comment.