Skip to content

Instantly share code, notes, and snippets.

@patrickclery
Created December 4, 2020 15:31
Show Gist options
  • Save patrickclery/a3d2446c88c23305655849e6c63d1b29 to your computer and use it in GitHub Desktop.
Save patrickclery/a3d2446c88c23305655849e6c63d1b29 to your computer and use it in GitHub Desktop.
/bin/bash -c "/Users/patrick/.rvm/bin/rvm ruby-2.7.1@Lexop do /Users/patrick/.rvm/rubies/ruby-2.7.1/bin/ruby /Users/patrick/Projects/lexop/bin/rails 'data:migrate'"
warning: parser/current is loading parser/ruby27, which recognizes
warning: 2.7.2-compliant syntax, but you are running 2.7.1.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
**************************************************
⛔️ WARNING: Sidekiq testing API enabled, but this is not the test environment. Your jobs will not go to Redis.
**************************************************
== 20200818192252 CopyDebtorsToDebt: migrating ================================
rails aborted!
StandardError: An error has occurred, this and all later migrations canceled:
PG::UndefinedColumn: ERROR: column people.debt_id does not exist
LINE 1: ... "people" WHERE "people"."deleted_at" IS NULL AND "people"."...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment