allow user to star/unstar broadcast recordings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddStarToBroadcastRecordings < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :broadcast_recordings, :star, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user