Skip to content

Commit

Permalink
Make sure schema is quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Dec 2, 2021
1 parent a12ccdb commit c1ba1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/action_migrate_up_arguments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ migration_set "public" {
c.AssertSuccessfulRun(t, []string{"migrate", "up", "public", "-schema", "custom"})
c.AssertSchemaMigrationTableMissing(t, "public")
c.AssertSchemaMigrationTable(t, "custom", "v1")
c.AssertSQLContains(t, `SET search_path TO "custom"`)
}

0 comments on commit c1ba1be

Please sign in to comment.