Sets the default fs user quota to 500M

This commit is contained in:
2017-02-02 12:00:03 +01:00
parent da078155f5
commit 8e3cb3029c
7 changed files with 1554 additions and 3 deletions

View File

@ -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");