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
Running rake db:migrate against an existing redshift db fails.
This is the first migration in the project, and it is failing to create the version column of the schema_migrations table.
After manually creating the schema_migrations table via an arbitrary redshift client, attempting to execute the migration below via rake db:migrate still fails.
Overview
Running
rake db:migrate
against an existing redshift db fails.This is the first migration in the project, and it is failing to create the
version
column of theschema_migrations
table.After manually creating the
schema_migrations
table via an arbitrary redshift client, attempting to execute the migration below viarake db:migrate
still fails.Manually created schema_migrations table
Migration
Backtrace after manually creating schema_migrations (gem v0.2.0)
Initial backtrace (gem v0.2.0)
Similar backtrace for v0.2.1 of this gem
The text was updated successfully, but these errors were encountered: