added structured scope update to mysql (affects #455)
parent
b416888b07
commit
3fc34f15c8
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue