apply MR comments

This commit is contained in:
bilal
2020-06-03 22:27:22 +02:00
parent 6aaea8e008
commit 45b7b7ad5f
3 changed files with 1 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
class AddFilmingHoursToLocationReleases < ActiveRecord::Migration[6.0]
def change
add_column :location_releases, :filming_hours, :text, default: ''
add_column :location_releases, :filming_hours, :text
end
end