added structured scope update to mysql (affects #455)

pull/516/head
Justin Richer 2013-08-30 12:28:59 -04:00
parent b416888b07
commit 3fc34f15c8
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ CREATE TABLE IF NOT EXISTS system_scope (
icon VARCHAR(256),
allow_dyn_reg BOOLEAN NOT NULL DEFAULT 0,
default_scope BOOLEAN NOT NULL DEFAULT 0,
structured BOOLEAN NOT NULL DEFAULT 0,
structured_param_description VARCHAR(256),
unique(scope)
);