Sets the default fs user quota to 500M
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user