Remove unused attribute

#772
This commit is contained in:
Artur Beljajev 2018-03-10 16:33:35 +02:00
parent 3704345d02
commit efaac16cee
10 changed files with 25 additions and 8 deletions

View file

@ -998,7 +998,6 @@ CREATE TABLE invoices (
id integer NOT NULL,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL,
invoice_type character varying NOT NULL,
due_date timestamp without time zone NOT NULL,
payment_term character varying,
currency character varying NOT NULL,
@ -4679,3 +4678,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180306183549');
INSERT INTO schema_migrations (version) VALUES ('20180308123240');
INSERT INTO schema_migrations (version) VALUES ('20180310142630');