STUB remaining v7 corebizobjects

This commit is contained in:
2020-05-01 21:54:03 +00:00
parent 894b06c5ec
commit eaeb30cf9f
23 changed files with 716 additions and 6 deletions

View File

@@ -334,7 +334,6 @@ namespace AyaNova.Util
await ExecQueryAsync("CREATE UNIQUE INDEX acontract_name_id_idx ON acontract (id, name);");
await ExecQueryAsync("CREATE INDEX acontract_tags ON acontract using GIN(tags)");
//HEADOFFICE
await ExecQueryAsync("CREATE TABLE aheadoffice (id BIGSERIAL PRIMARY KEY, name varchar(255) not null unique, active bool, " +
"notes text NULL, wiki text null, customfields text NULL, tags varchar(255) ARRAY NULL)");