mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Merge pull request #1258 from internetee/remove-unused-db-column
Remove unused DB column
This commit is contained in:
commit
d34e6430a2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue