[TASK-ME BASED] Add filming hours to the location release #2

Closed
bilal.catic wants to merge 8 commits from add-filming-hours-to-the-location-release into master
Showing only changes of commit ac23e77d60 - Show all commits

View File

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