Rename invoices.var_prc to vat_rate

#623
This commit is contained in:
Artur Beljajev 2018-02-28 08:46:36 +02:00
parent f86ab085ac
commit 7dee10c683
13 changed files with 29 additions and 13 deletions

View file

@ -1127,7 +1127,7 @@ CREATE TABLE invoices (
currency character varying NOT NULL,
description character varying,
reference_no character varying,
vat_prc numeric(10,2) NOT NULL,
vat_rate numeric(10,2) NOT NULL,
paid_at timestamp without time zone,
seller_id integer,
seller_name character varying NOT NULL,
@ -5115,3 +5115,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180218004148');
INSERT INTO schema_migrations (version) VALUES ('20180228055259');
INSERT INTO schema_migrations (version) VALUES ('20180228064342');