This commit is contained in:
2020-09-09 21:11:01 +00:00
parent c027062cbd
commit 4c90616668
5 changed files with 28 additions and 3 deletions

View File

@@ -725,6 +725,9 @@ $BODY$;
await ExecQueryAsync("CREATE TABLE areport (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, name varchar(255) not null unique, active bool, " +
"notes text, roles integer not null, objecttype integer not null, template text, style text, jsprerender text, jshelpers text, rendertype integer not null )");
await SetSchemaLevelAsync(++currentSchema);
//Load the stock REPORT TEMPLATES
await AyaNova.Biz.PrimeData.PrimeReportTemplates();
}