Browse Source
Merge pull request #16 from mprasil/max_storage
set max storage to non-null value
pull/18/head
Daniel García
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/db/models/organization.rs
|
@ -154,7 +154,7 @@ impl UserOrganization { |
|
|
"UseGroups": false, |
|
|
"UseGroups": false, |
|
|
"UseTotp": false, |
|
|
"UseTotp": false, |
|
|
|
|
|
|
|
|
"MaxStorageGb": null, |
|
|
"MaxStorageGb": 999999999, |
|
|
|
|
|
|
|
|
// These are per user
|
|
|
// These are per user
|
|
|
"Key": self.key, |
|
|
"Key": self.key, |
|
|