mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: implicit schema in dump (#12646)
This commit is contained in:
@ -91,6 +91,7 @@ func main() {
|
||||
"s/ public\\./ /g",
|
||||
"s/::public\\./::/g",
|
||||
"s/'public\\./'/g",
|
||||
"s/(public\\./(/g",
|
||||
// Remove database settings.
|
||||
"s/SET .* = .*;//g",
|
||||
// Remove select statements. These aren't useful
|
||||
|
Reference in New Issue
Block a user