[TASK-ME BASED] Add filming hours to the location release #2
@@ -0,0 +1,5 @@
|
|||||||
|
class AddFilmingHoursToLocationReleases < ActiveRecord::Migration[6.0]
|
||||||
|
def change
|
||||||
|
add_column :location_releases, :filming_hours, :text, default: ''
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user