case 4504

This commit is contained in:
2023-04-13 23:50:52 +00:00
parent be4e0e2ad3
commit b6858145d5
3 changed files with 32 additions and 3 deletions

View File

@@ -1458,7 +1458,6 @@ $BODY$ LANGUAGE PLPGSQL STABLE");
await ExecQueryAsync("INSERT INTO atranslationitem(translationid,key,display) SELECT t.id, 'GlobalRavenTrialApproved', 'Raven trial approved message' FROM atranslation t where t.baselanguage = 'de'");
await ExecQueryAsync("INSERT INTO atranslationitem(translationid,key,display) SELECT t.id, 'GlobalRavenTrialRejected', 'Raven trial rejected message' FROM atranslation t where t.baselanguage = 'de'");
currentSchema = 17;
await SetSchemaLevelAsync(++currentSchema);
}
@@ -1594,7 +1593,6 @@ BEGIN
END;
$BODY$ LANGUAGE PLPGSQL STABLE");
currentSchema = 19;
await SetSchemaLevelAsync(++currentSchema);
}