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
ActiveRecord generates '"schema_migrations"'::regclass in one of its initialization queries. Postgres treats this the same as 'schema_migrations'::regclass - we report that there's no relation named "schema_migrations".
Make OID typecasts unwrap any inner quoting.
The text was updated successfully, but these errors were encountered:
ActiveRecord generates
'"schema_migrations"'::regclass
in one of its initialization queries. Postgres treats this the same as'schema_migrations'::regclass
- we report that there's no relation named"schema_migrations"
.Make OID typecasts unwrap any inner quoting.
The text was updated successfully, but these errors were encountered: