Sets the default fs user quota to 500M
This commit is contained in:
parent
be1d75ce73
commit
d42aef0f57
7 changed files with 1554 additions and 3 deletions
|
|
@ -166,7 +166,9 @@ namespace Yavsc.Migrations
|
|||
|
||||
b.Property<string>("DedicatedGoogleCalendar");
|
||||
|
||||
b.Property<long>("DiskQuota");
|
||||
b.Property<long>("DiskQuota")
|
||||
.HasAnnotation("Relational:DefaultValue", "524288000")
|
||||
.HasAnnotation("Relational:DefaultValueType", "System.Int64");
|
||||
|
||||
b.Property<long>("DiskUsage");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue