case 4504
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Sockeye.Util
|
||||
private const int DESIRED_SCHEMA_LEVEL = 19;
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 543;
|
||||
internal const long EXPECTED_INDEX_COUNT = 78;
|
||||
internal const long EXPECTED_INDEX_COUNT = 77;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 260;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 40;
|
||||
internal const long EXPECTED_VIEWS = 0;
|
||||
@@ -31,7 +31,7 @@ namespace Sockeye.Util
|
||||
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!!
|
||||
|
||||
///////////////////////////////////////// (C543:I78:CC260:FC40:V0:R2)
|
||||
///////////////////////////////////////// C543:I77:CC260:FC40:V0:R2
|
||||
/*
|
||||
|
||||
MAXIMUM POSTGRES OBJECT NAME LENGTH: 63 CHARACTERS
|
||||
@@ -1500,7 +1500,7 @@ $BODY$ LANGUAGE PLPGSQL STABLE");
|
||||
LogUpdateMessage(log);
|
||||
|
||||
//SUBSCRIPTION
|
||||
await ExecQueryAsync("CREATE TABLE asubscription (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, subsite TEXT, active BOOL NOT NULL, notes TEXT, "
|
||||
await ExecQueryAsync("CREATE TABLE asubscription (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, subsite TEXT NOT NULL, active BOOL NOT NULL, notes TEXT, "
|
||||
+ "customerid BIGINT REFERENCES acustomer(id) ON DELETE CASCADE, pgroup INTEGER NOT NULL DEFAULT 4, tags VARCHAR(255) ARRAY )");
|
||||
|
||||
//SUBSCRIPTIONITEM
|
||||
|
||||
Reference in New Issue
Block a user