Page MenuHomeGRNET

20160404163444_add_quota_to_hosts.rb
No OneTemporary

File Metadata

Created
Sat, Jan 17, 1:36 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