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
Connecting to postgres database...
Retrieving schema information...
Error trace:
- failed to get 'public' schema metadata:
- failed to get public tables metadata:
- failed to query BASE TABLE columns metadata:
- failed to query 'goose_db_version' columns metadata:
- jet:
- pq:
- column attr.attgenerated does not exist
make: *** [jet] Error 2
but table should be ignored, what can I do?
The text was updated successfully, but these errors were encountered:
Are you sure Postgres version is 15.11? attgenerated column should be present in PostgreSQL versions >= 12, so if it’s missing, something might be wrong with your PostgreSQL installation.
I'm using psql 15.11, jet 2.11.1
I have my db generated with goose, trying to execute
getting error
but table should be ignored, what can I do?
The text was updated successfully, but these errors were encountered: