We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2766 commit 2ce9450Copy full SHA for 2ce9450
go/logic/migrator_test.go
@@ -336,6 +336,7 @@ func (suite *MigratorTestSuite) TestMigrateEmpty() {
336
migrationContext.ApplierConnectionConfig = connectionConfig
337
migrationContext.InspectorConnectionConfig = connectionConfig
338
migrationContext.SetConnectionConfig("innodb")
339
+ migrationContext.InitiallyDropOldTable = true
340
341
migrationContext.AlterStatementOptions = "ADD COLUMN foobar varchar(255), ENGINE=InnoDB"
342
0 commit comments