Upstream sync

This commit is contained in:
Senad Uka
2020-07-21 13:12:27 +00:00
parent 40f241b75f
commit 2590b6bdc9
13 changed files with 32 additions and 11257 deletions

View File

@@ -0,0 +1,5 @@
class AddShootLocationTimeZoneToBroadcasts < ActiveRecord::Migration[6.0]
def change
add_column :broadcasts, :shoot_location_time_zone, :string, default: "UTC"
end
end