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
5
share/ddl/SQLite/upgrade/29-30/001-auto.sql
Normal file
5
share/ddl/SQLite/upgrade/29-30/001-auto.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- Convert schema 'share/ddl/_source/deploy/29/001-auto.yml' to 'share/ddl/_source/deploy/30/001-auto.yml':;
|
||||
|
||||
;
|
||||
-- No differences found;
|
||||
|
5
share/ddl/SQLite/upgrade/30-31/001-auto.sql
Normal file
5
share/ddl/SQLite/upgrade/30-31/001-auto.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- Convert schema 'share/ddl/_source/deploy/30/001-auto.yml' to 'share/ddl/_source/deploy/31/001-auto.yml':;
|
||||
|
||||
;
|
||||
-- No differences found;
|
||||
|
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