Initial commit
This commit is contained in:
5
db/migrate/20200318143154_add_status_to_downloads.rb
Normal file
5
db/migrate/20200318143154_add_status_to_downloads.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddStatusToDownloads < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :downloads, :status, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user