Skip to content

Commit

Permalink
Merge pull request #1258 from internetee/remove-unused-db-column
Browse files Browse the repository at this point in the history
Remove unused DB column
  • Loading branch information
vohmar authored Jul 23, 2019
2 parents be7a910 + 68aa523 commit d34e643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
);


Expand Down

0 comments on commit d34e643

Please sign in to comment.