Fix migration script
This commit is contained in:
@@ -19,4 +19,4 @@ INSERT INTO period (type, start)
|
||||
VALUES ('EXPENSE', NOW());
|
||||
|
||||
INSERT INTO period (type, start)
|
||||
SELECT 'EXPENSE_YEAR', DATEADD(SECOND, -1, start) FROM period WHERE type = 'EXPENSE';
|
||||
SELECT 'EXPENSE_YEAR', start-INTERVAL '1 second' FROM period WHERE type = 'EXPENSE';
|
||||
@@ -1,5 +1,5 @@
|
||||
v53 -> v54:
|
||||
-
|
||||
- Fix V19 migration script
|
||||
|
||||
v52 -> v53:
|
||||
- Add new deployment profile
|
||||
|
||||
Reference in New Issue
Block a user