Fixed recurring purchase entry
This commit is contained in:
parent
b2dfa36d35
commit
a7f2f7576e
19 changed files with 7421 additions and 2 deletions
12
share/ddl/PostgreSQL/upgrade/25-26/001-auto.sql
Normal file
12
share/ddl/PostgreSQL/upgrade/25-26/001-auto.sql
Normal 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;
|
||||
|
Reference in a new issue