Billing: Always call CalculateBuckets() when Calculate() is called to avoid user confusion
This commit is contained in:
Elwig
Helpers
Models
Entities
Resources
Sql
Windows
Tests
@ -9,7 +9,7 @@ namespace Elwig.Helpers {
|
||||
public static class AppDbUpdater {
|
||||
|
||||
// Don't forget to update value in Tests/fetch-resources.bat!
|
||||
public static readonly int RequiredSchemaVersion = 14;
|
||||
public static readonly int RequiredSchemaVersion = 15;
|
||||
|
||||
private static int VersionOffset = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user