Page MenuHomeGRNET

20160404163444_add_quota_to_hosts.rb
No OneTemporary

File Metadata

Created
Sun, Jan 18, 2:32 PM

20160404163444_add_quota_to_hosts.rb

class AddQuotaToHosts < ActiveRecord::Migration
def change
add_column :hosts, :quota, :integer, limit: 8, default: Archiving.settings[:client_quota]
end
end

Event Timeline