You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments