mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
parent
7f2ad25ee6
commit
f7301c3aea
7 changed files with 7 additions and 11 deletions
|
@ -2139,7 +2139,6 @@ CREATE TABLE registrars (
|
|||
name character varying,
|
||||
reg_no character varying,
|
||||
vat_no character varying,
|
||||
billing_address character varying,
|
||||
created_at timestamp without time zone,
|
||||
updated_at timestamp without time zone,
|
||||
creator_str character varying,
|
||||
|
@ -4678,3 +4677,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180306183540');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180306183549');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180308123240');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue