changed logic of start time for transaction and submitted time
This commit is contained in:
parent
0dfa3a8aa9
commit
87a03c1e40
11 changed files with 3879 additions and 7 deletions
12
share/ddl/PostgreSQL/upgrade/32-33/001-auto.sql
Normal file
12
share/ddl/PostgreSQL/upgrade/32-33/001-auto.sql
Normal 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;
|
||||
|
Reference in a new issue