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
== 20210727121916 AddSkipAutomationsToLogframe: migrating =====================
-- add_column(:logframe_logframes, :skip_automations, :boolean, {:default=>false})
rails aborted!
StandardError: An error has occurred, this and all later migrations canceled:
wrong number of arguments (given 4, expected 3)
/home/jeko/Workspace/orms/db/migrate/20210727121916_add_skip_automations_to_logframe.rb:3:in `change'
/home/jeko/Workspace/orms/bin/rails:9:in `<top (required)>'
/home/jeko/Workspace/orms/bin/spring:15:in `require'
/home/jeko/Workspace/orms/bin/spring:15:in `<top (required)>'
Caused by:
ArgumentError: wrong number of arguments (given 4, expected 3)
/home/jeko/Workspace/orms/db/migrate/20210727121916_add_skip_automations_to_logframe.rb:3:in `change'
/home/jeko/Workspace/orms/bin/rails:9:in `<top (required)>'
/home/jeko/Workspace/orms/bin/spring:15:in `require'
/home/jeko/Workspace/orms/bin/spring:15:in `<top (required)>'
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
the migration code is
ad fails with
The text was updated successfully, but these errors were encountered: