internetee-registry/db/migrate/20180825193437_change_actions_operation_to_not_null.rb
2018-10-09 00:09:22 +03:00

5 lines
138 B
Ruby

class ChangeActionsOperationToNotNull < ActiveRecord::Migration
def change
change_column_null :actions, :operation, false
end
end