add filming location field to the location releases

This commit is contained in:
bilal
2020-06-03 13:19:52 +02:00
parent 858fafc3c5
commit b340863dfa
7 changed files with 25 additions and 2 deletions

View File

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