Commit 17acc4e
committed
fix: remove 'public' schema from __words table in fix_version_3_tables
If you are using a different schema than public, fix_version_3_tables
crashes on the migration/setup.
Nothing else n the postgresql code uses an explicit public schema.
This removes an impediment for those wanting to use schemas rather
than databases as the primary organizational structure.
See: issue2551299
Also see: issue2550852 for code to allow use of schemas as a first
class config parameter.1 parent bfc6342 commit 17acc4e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments