STUB remaining v7 corebizobjects
This commit is contained in:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user