Remove "prices.desc" column

#475
This commit is contained in:
Artur Beljajev 2017-05-06 18:03:54 +03:00
parent 8ad924cf59
commit 31f39d92b2
2 changed files with 7 additions and 1 deletions

View file

@ -2532,7 +2532,6 @@ ALTER SEQUENCE people_id_seq OWNED BY people.id;
CREATE TABLE prices (
id integer NOT NULL,
"desc" character varying,
price_cents integer NOT NULL,
valid_from timestamp without time zone,
valid_to timestamp without time zone,
@ -5257,3 +5256,5 @@ INSERT INTO schema_migrations (version) VALUES ('20170423225333');
INSERT INTO schema_migrations (version) VALUES ('20170424115801');
INSERT INTO schema_migrations (version) VALUES ('20170506144743');