Remove unused DB column

It is absent in production-like envs, therefore no migration.
This commit is contained in:
Artur Beljajev 2019-07-11 16:39:36 +03:00
parent be7a9103cb
commit 68aa523ba8

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