Increase organization quota to 5Gb

This commit is contained in:
Stefan Verhoeven 2017-04-03 22:44:25 +02:00
parent 420b78fc8d
commit 7704e1cfa7

View File

@ -9,4 +9,4 @@ PASSWORD="pass1234"
rake cartodb:db:create_user EMAIL="${EMAIL}" PASSWORD="${PASSWORD}" SUBDOMAIN="${USERNAME}"
rake cartodb:db:set_unlimited_table_quota["${USERNAME}"]
rake cartodb:db:create_new_organization_with_owner ORGANIZATION_NAME="${ORGANIZATION_NAME}" USERNAME="${USERNAME}" ORGANIZATION_SEATS=100 ORGANIZATION_QUOTA=102400 ORGANIZATION_DISPLAY_NAME="${ORGANIZATION_NAME}"
rake cartodb:db:set_organization_quota[$ORGANIZATION_NAME,100]
rake cartodb:db:set_organization_quota[$ORGANIZATION_NAME,5000]