fully operational and functioning recurring script + changes to schema

This commit is contained in:
Finn 2018-03-08 15:31:44 +00:00
parent f69a6266fe
commit 0dfa3a8aa9
28 changed files with 11411 additions and 36 deletions

View 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;