Revert "Change registrars.country_code DB column to NOT NULL"

This reverts commit f449f1c
This commit is contained in:
Artur Beljajev 2018-03-09 08:24:24 +02:00
parent bdeb266d27
commit 810c34ffaf
2 changed files with 1 additions and 8 deletions

View file

@ -2147,7 +2147,7 @@ CREATE TABLE registrars (
phone character varying,
email character varying,
billing_email character varying,
country_code character varying NOT NULL,
country_code character varying,
state character varying,
city character varying,
street character varying,
@ -4670,8 +4670,6 @@ INSERT INTO schema_migrations (version) VALUES ('20180228070431');
INSERT INTO schema_migrations (version) VALUES ('20180228074442');
INSERT INTO schema_migrations (version) VALUES ('20180228084818');
INSERT INTO schema_migrations (version) VALUES ('20180306180401');
INSERT INTO schema_migrations (version) VALUES ('20180306181538');