This commit is contained in:
@@ -705,14 +705,14 @@ $BODY$;
|
||||
await SetSchemaLevelAsync(++currentSchema);
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////
|
||||
// LOGO table
|
||||
if (currentSchema < 13)
|
||||
{
|
||||
LogUpdateMessage(log);
|
||||
|
||||
await ExecQueryAsync("CREATE TABLE alogo (id BIGINT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, " +
|
||||
"large bytea, medium bytea, small bytea)");
|
||||
"large bytea, largetype text, medium bytea, mediumtype text, small bytea, smalltype text)");
|
||||
|
||||
await SetSchemaLevelAsync(++currentSchema);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user