mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
Remove unused db column
This commit is contained in:
parent
d34e6430a2
commit
5a68035818
5 changed files with 20 additions and 31 deletions
|
@ -935,7 +935,6 @@ CREATE TABLE public.invoices (
|
|||
description character varying,
|
||||
reference_no character varying NOT NULL,
|
||||
vat_rate numeric(4,3) NOT NULL,
|
||||
seller_id integer,
|
||||
seller_name character varying NOT NULL,
|
||||
seller_reg_no character varying,
|
||||
seller_iban character varying NOT NULL,
|
||||
|
@ -3453,13 +3452,6 @@ CREATE INDEX index_invoice_items_on_invoice_id ON public.invoice_items USING btr
|
|||
CREATE INDEX index_invoices_on_buyer_id ON public.invoices USING btree (buyer_id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_invoices_on_seller_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
||||
CREATE INDEX index_invoices_on_seller_id ON public.invoices USING btree (seller_id);
|
||||
|
||||
|
||||
--
|
||||
-- Name: index_keyrelays_on_accepter_id; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
@ -4817,3 +4809,5 @@ INSERT INTO schema_migrations (version) VALUES ('20190617122505');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190620084334');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190811184334');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue