changed logic of start time for transaction and submitted time

This commit is contained in:
Finn 2018-03-08 16:41:45 +00:00
parent 0dfa3a8aa9
commit 87a03c1e40
11 changed files with 3879 additions and 7 deletions

View file

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