Skip to content

Commit 5b354c6

Browse files
committed
Added comment about the way things will work when done
1 parent 167a5a6 commit 5b354c6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pgdiff.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ func main() {
4646
conn2, err := dbInfo2.Open()
4747
check("opening database", err)
4848

49-
// schemaType
49+
// This section will be improved so that you do not need to choose the type
50+
// of alter statements to generate. Rather, all should be generated in the
51+
// proper order.
5052
schemaType := strings.ToUpper(args[0])
5153
if schemaType == "TABLE" {
5254
compareTables(conn1, conn2)

0 commit comments

Comments
 (0)