fully operational and functioning recurring script + changes to schema
This commit is contained in:
parent
f69a6266fe
commit
0dfa3a8aa9
28 changed files with 11411 additions and 36 deletions
12
share/ddl/SQLite/upgrade/31-32/001-auto.sql
Normal file
12
share/ddl/SQLite/upgrade/31-32/001-auto.sql
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- Convert schema 'share/ddl/_source/deploy/31/001-auto.yml' to 'share/ddl/_source/deploy/32/001-auto.yml':;
|
||||
|
||||
;
|
||||
BEGIN;
|
||||
|
||||
;
|
||||
ALTER TABLE transaction_recurring ADD COLUMN distance numeric(15);
|
||||
|
||||
;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in a new issue