mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 01:17:18 +02:00
parent
579da84c58
commit
59e1e18d32
8 changed files with 29 additions and 2 deletions
|
@ -2473,7 +2473,7 @@ CREATE TABLE registrars (
|
|||
zip character varying,
|
||||
code character varying,
|
||||
website character varying,
|
||||
accounting_customer_code character varying,
|
||||
accounting_customer_code character varying NOT NULL,
|
||||
vat boolean,
|
||||
legacy_id integer,
|
||||
reference_no character varying,
|
||||
|
@ -5055,3 +5055,5 @@ INSERT INTO schema_migrations (version) VALUES ('20171025110933');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171025113808');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171025153841');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue