Migrating to FixOracleDeletedObjectsPrecision (20190527104222) == 20190527104222 FixOracleDeletedObjectsPrecision: migrating ================= -- change_column(:deleted_objects, :owner_id, :bigint, {:limit=>8}) rake aborted! StandardError: An error has occurred, all later migrations canceled: OCIError: ORA-01440: column to be modified must be empty to decrease precision or scale: ALTER TABLE "DELETED_OBJECTS" MODIFY "OWNER_ID" NUMBER(8) stmt.c:243:in oci8lib_240.so /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/cursor.rb:131:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/oci8.rb:272:in `exec_internal' /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/oci8.rb:263:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:437:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:92:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:11:in `block in execute' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.11.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:1353:in `log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:11:in `execute' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:336:in `change_column' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:665:in `block in method_missing' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:634:in `block in say_with_time' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:634:in `say_with_time' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:654:in `method_missing' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:129:in `method_missing' /opt/system/db/migrate/20190527104222_fix_oracle_deleted_objects_precision.rb:5:in `block in change' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:6:in `safety_assured' /opt/system/db/migrate/20190527104222_fix_oracle_deleted_objects_precision.rb:5:in `change' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:608:in `exec_migration' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:592:in `block (2 levels) in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:591:in `block in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:590:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:13:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:768:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1071:in `ddl_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:984:in `block in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:980:in `each' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:980:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:823:in `up' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:801:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/tasks/database_tasks.rb:139:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/database_tasks.rb:4:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/railties/databases.rake:44:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/lib/tasks/db.rake:7:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/lib/tasks/openshift.rake:5:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in `' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in ' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `' /opt/rh/rh-ruby24/root/usr/local/bin/bundle:23:in `load' /opt/rh/rh-ruby24/root/usr/local/bin/bundle:23:in `
' Caused by: ActiveRecord::StatementInvalid: OCIError: ORA-01440: column to be modified must be empty to decrease precision or scale: ALTER TABLE "DELETED_OBJECTS" MODIFY "OWNER_ID" NUMBER(8) stmt.c:243:in oci8lib_240.so /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/cursor.rb:131:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/oci8.rb:272:in `exec_internal' /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/oci8.rb:263:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:437:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:92:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:11:in `block in execute' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.11.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:1353:in `log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:11:in `execute' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:336:in `change_column' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:665:in `block in method_missing' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:634:in `block in say_with_time' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:634:in `say_with_time' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:654:in `method_missing' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:129:in `method_missing' /opt/system/db/migrate/20190527104222_fix_oracle_deleted_objects_precision.rb:5:in `block in change' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:6:in `safety_assured' /opt/system/db/migrate/20190527104222_fix_oracle_deleted_objects_precision.rb:5:in `change' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:608:in `exec_migration' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:592:in `block (2 levels) in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:591:in `block in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:590:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:13:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:768:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1071:in `ddl_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:984:in `block in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:980:in `each' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:980:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:823:in `up' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:801:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/tasks/database_tasks.rb:139:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/database_tasks.rb:4:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/railties/databases.rake:44:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/lib/tasks/db.rake:7:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/lib/tasks/openshift.rake:5:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in `' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in ' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `' /opt/rh/rh-ruby24/root/usr/local/bin/bundle:23:in `load' /opt/rh/rh-ruby24/root/usr/local/bin/bundle:23:in `
' Caused by: OCIError: ORA-01440: column to be modified must be empty to decrease precision or scale stmt.c:243:in oci8lib_240.so /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/cursor.rb:131:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/oci8.rb:272:in `exec_internal' /opt/system/vendor/bundle/ruby/2.4.0/gems/ruby-oci8-2.2.5.1/lib/oci8/oci8.rb:263:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:437:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:92:in `exec' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:11:in `block in execute' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:484:in `block in log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activesupport-4.2.11.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract_adapter.rb:478:in `log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb:1353:in `log' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/database_statements.rb:11:in `execute' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-oracle_enhanced-adapter-1.6.9/lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb:336:in `change_column' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:665:in `block in method_missing' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:634:in `block in say_with_time' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:634:in `say_with_time' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:654:in `method_missing' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:129:in `method_missing' /opt/system/db/migrate/20190527104222_fix_oracle_deleted_objects_precision.rb:5:in `block in change' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:6:in `safety_assured' /opt/system/db/migrate/20190527104222_fix_oracle_deleted_objects_precision.rb:5:in `change' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:608:in `exec_migration' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:592:in `block (2 levels) in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:591:in `block in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:590:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/migration.rb:13:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:768:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1023:in `block in execute_migration_in_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1071:in `ddl_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:1022:in `execute_migration_in_transaction' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:984:in `block in migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:980:in `each' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:980:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:823:in `up' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/migration.rb:801:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/tasks/database_tasks.rb:139:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/strong_migrations-0.3.1/lib/strong_migrations/database_tasks.rb:4:in `migrate' /opt/system/vendor/bundle/ruby/2.4.0/gems/activerecord-4.2.11.1/lib/active_record/railties/databases.rake:44:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/lib/tasks/db.rake:7:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/lib/tasks/openshift.rake:5:in `block (2 levels) in ' /opt/system/vendor/bundle/ruby/2.4.0/gems/bugsnag-6.11.1/lib/bugsnag/integrations/rake.rb:18:in `execute_with_bugsnag' /opt/system/vendor/bundle/ruby/2.4.0/gems/rake-12.3.2/exe/rake:27:in `' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `load' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:74:in `kernel_load' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli/exec.rb:28:in `run' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:463:in `exec' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:27:in `dispatch' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/cli.rb:18:in `start' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:30:in `block in ' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/friendly_errors.rb:124:in `with_friendly_errors' /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/exe/bundle:22:in `' /opt/rh/rh-ruby24/root/usr/local/bin/bundle:23:in `load' /opt/rh/rh-ruby24/root/usr/local/bin/bundle:23:in `
' Tasks: TOP => db:migrate (See full trace by running task with --trace) --> pre: Failed