We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e713633 + c50e968 commit 1d19b01Copy full SHA for 1d19b01
schema_converter.go
@@ -257,9 +257,9 @@ func main() {
257
log.Printf("[Skipping non-CREATE TABLE statement]\n")
258
} else {
259
log.Printf("[Converted Spanner statement]\n%s\n", spannerCreateTableStmt)
260
+ spannerCreateTableStmts = append(spannerCreateTableStmts, spannerCreateTableStmt)
261
}
262
log.Printf("----------------------------------------------")
- spannerCreateTableStmts = append(spannerCreateTableStmts, spannerCreateTableStmt)
263
264
265
outputFile := "schema.txt"
0 commit comments