Skip to content

Commit

Permalink
fix: add dbdev to schema ignore list (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Apr 24, 2024
1 parent 97c87e0 commit a237ceb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/db/diff/diff_test.go
Expand Up @@ -44,6 +44,7 @@ var escapedSchemas = []string{
`supabase\_functions`,
`supabase\_migrations`,
"cron",
"dbdev",
"graphql",
`graphql\_public`,
"net",
Expand Down
1 change: 1 addition & 0 deletions internal/db/pull/pull_test.go
Expand Up @@ -40,6 +40,7 @@ var escapedSchemas = []string{
`supabase\_functions`,
`supabase\_migrations`,
"cron",
"dbdev",
"graphql",
`graphql\_public`,
"net",
Expand Down
1 change: 1 addition & 0 deletions internal/db/reset/reset_test.go
Expand Up @@ -314,6 +314,7 @@ var escapedSchemas = []string{
`\_analytics`,
`supabase\_functions`,
"cron",
"dbdev",
"graphql",
`graphql\_public`,
"net",
Expand Down
1 change: 1 addition & 0 deletions internal/utils/misc.go
Expand Up @@ -114,6 +114,7 @@ var (
SystemSchemas = append([]string{
// Owned by extensions
"cron",
"dbdev",
"graphql",
"graphql_public",
"net",
Expand Down

0 comments on commit a237ceb

Please sign in to comment.