Fixed recurring purchase entry

This commit is contained in:
Finn 2018-03-07 12:46:50 +00:00
parent b2dfa36d35
commit a7f2f7576e
19 changed files with 7421 additions and 2 deletions

View file

@ -0,0 +1,12 @@
-- Convert schema 'share/ddl/_source/deploy/25/001-auto.yml' to 'share/ddl/_source/deploy/26/001-auto.yml':;
;
BEGIN;
;
ALTER TABLE transaction_recurring ALTER COLUMN recurring_period DROP NOT NULL;
;
COMMIT;