Merge pull request #1258 from internetee/remove-unused-db-column

Remove unused DB column
This commit is contained in:
Timo Võhmar 2019-07-23 14:27:13 +03:00 committed by GitHub
commit d34e6430a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -492,8 +492,7 @@ CREATE TABLE public.bank_transactions (
created_at timestamp without time zone,
updated_at timestamp without time zone,
creator_str character varying,
updator_str character varying,
in_directo boolean DEFAULT false
updator_str character varying
);