This commit is contained in:
@@ -285,7 +285,7 @@ namespace AyaNova.Util
|
||||
{
|
||||
LogUpdateMessage(log);
|
||||
|
||||
exec("CREATE TABLE aformcustom (id BIGSERIAL PRIMARY KEY, ownerid bigint not null, " +
|
||||
exec("CREATE TABLE aformcustom (id BIGSERIAL PRIMARY KEY, " +
|
||||
"formkey varchar(255) not null, template text, UNIQUE(formkey))");
|
||||
setSchemaLevel(++currentSchema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user