diff options
Diffstat (limited to 'db/migrate/20160212123307_create_tasks.rb')
-rw-r--r-- | db/migrate/20160212123307_create_tasks.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160212123307_create_tasks.rb b/db/migrate/20160212123307_create_tasks.rb index c3f6f3abc26..20573b01351 100644 --- a/db/migrate/20160212123307_create_tasks.rb +++ b/db/migrate/20160212123307_create_tasks.rb @@ -1,3 +1,4 @@ +# rubocop:disable all class CreateTasks < ActiveRecord::Migration def change create_table :tasks do |t| |