Small bug use the date instead of now for table version
This commit is contained in:
parent
634380f455
commit
9f3d31bca5
1 changed files with 2 additions and 2 deletions
|
|
@ -2082,8 +2082,8 @@ SELECT pg_catalog.setval('user_sec_action_profile_ua_id_seq', 6, true);
|
|||
|
||||
|
||||
INSERT INTO version (val, v_description, v_date) VALUES (126, NULL, NULL);
|
||||
INSERT INTO version (val, v_description, v_date) VALUES (127, 'Add filter for search, inactive tag or ledger, type of operation, security', '2018-02-10 22:46:38.653432');
|
||||
INSERT INTO version (val, v_description, v_date) VALUES (128, 'Add a view to manage VAT', '2018-02-10 22:46:39.22354');
|
||||
INSERT INTO version (val, v_description, v_date) VALUES (127, 'Add filter for search, inactive tag or ledger, type of operation, security', now());
|
||||
INSERT INTO version (val, v_description, v_date) VALUES (128, 'Add a view to manage VAT', now());
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue