File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ var importStateToDescMap = map[DataImportState]string{
114
114
DataImportSwitchTrafficError : "Failed to switching PlanetScale database to primary mode" ,
115
115
DataImportReverseTrafficRunning : "Switching PlanetScale database to replica mode" ,
116
116
DataImportReverseTrafficError : "Failed to switching PlanetScale database to replica mode" ,
117
- DataImportDetachExternalDatabaseRunning : "Detaching external database from PlanetScale database" ,
118
- DataImportDetachExternalDatabaseError : "Failed to detach external database from PlanetScale database" ,
117
+ DataImportDetachExternalDatabaseRunning : "Detaching external database from PlanetScale database" ,
118
+ DataImportDetachExternalDatabaseError : "Failed to detach external database from PlanetScale database" ,
119
119
DataImportReady : "Import has completed and your PlanetScale Database is now ready" ,
120
120
}
121
121
You can’t perform that action at this time.
0 commit comments