Remove 'import_file_path' from bank_statements model

This commit is contained in:
Karl Erik Õunapuu 2020-09-08 16:26:32 +03:00
parent fbef572dfc
commit 04377d8997
No known key found for this signature in database
GPG key ID: C9DD647298A34764
3 changed files with 13 additions and 3 deletions

View file

@ -371,7 +371,6 @@ CREATE TABLE public.bank_statements (
id integer NOT NULL,
bank_code character varying,
iban character varying,
import_file_path character varying,
queried_at timestamp without time zone,
created_at timestamp without time zone,
updated_at timestamp without time zone,
@ -4850,4 +4849,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20200807110611'),
('20200811074839'),
('20200812090409'),
('20200812125810');
('20200812125810'),
('20200908131554');