fix(education): align Flyway delivery review

This commit is contained in:
2026-07-30 14:10:52 +08:00
parent 2d97858680
commit 191811b643
59 changed files with 19 additions and 23736 deletions

View File

@@ -94,7 +94,7 @@ class EducationFlywayMigrationIntegrationTest {
assertThat(queryStrings(schema,
"SELECT COALESCE(version, 'BASELINE') FROM flyway_schema_history ORDER BY installed_rank"))
.containsExactly("4009", "4010", "4020", "4030", "4040");
.containsExactly("4009", "4010", "4020", "4030", "4040", "4050");
assertThat(queryLong(schema,
"SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = current_schema() " +
"AND table_name = 'education_idempotency'"))
@@ -156,7 +156,7 @@ class EducationFlywayMigrationIntegrationTest {
assertThat(queryStrings(schema,
"SELECT version FROM flyway_schema_history WHERE success = TRUE ORDER BY installed_rank"))
.containsExactly("4010", "4020", "4030", "4040");
.containsExactly("4010", "4020", "4030", "4040", "4050");
assertThat(queryStrings(schema,
"SELECT table_name FROM information_schema.tables " +
"WHERE table_schema = current_schema() AND table_name IN (" +