chore: set initial quota for root user

This commit is contained in:
JustSong 2023-05-21 10:05:34 +08:00
parent 61e682ca47
commit a3a1b612b0

View File

@ -26,6 +26,7 @@ func createRootAccountIfNeed() error {
Status: common.UserStatusEnabled,
DisplayName: "Root User",
AccessToken: common.GetUUID(),
Quota: 100000000,
}
DB.Create(&rootUser)
}