Skip to content

Commit cae769e

Browse files
authored
fix: implicit schema in dump (coder#12646)
1 parent 543a8cc commit cae769e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

coderd/database/dump.sql

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/gen/dump/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func main() {
9191
"s/ public\\./ /g",
9292
"s/::public\\./::/g",
9393
"s/'public\\./'/g",
94+
"s/(public\\./(/g",
9495
// Remove database settings.
9596
"s/SET .* = .*;//g",
9697
// Remove select statements. These aren't useful

0 commit comments

Comments
 (0)