This commit is contained in:
@@ -296,6 +296,20 @@ namespace AyaNova.Util
|
||||
}
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
//PICKLISTTEMPLATE table
|
||||
if (currentSchema < 10)
|
||||
{
|
||||
LogUpdateMessage(log);
|
||||
|
||||
await ExecQueryAsync("CREATE TABLE apicklisttemplate (id integer NOT NULL PRIMARY KEY, " +
|
||||
"template text)");
|
||||
await SetSchemaLevelAsync(++currentSchema);
|
||||
}
|
||||
|
||||
|
||||
|
||||
//MAKE SURE THE DESIRED SCHEMA WAS SET PROPERLY
|
||||
if (currentSchema > DESIRED_SCHEMA_LEVEL)
|
||||
throw new ArgumentOutOfRangeException("AySchema::DesiredSchemaLevel WASN'T SET PROPERLY");
|
||||
|
||||
Reference in New Issue
Block a user