mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Revert "Change registrars.country_code
DB column to NOT NULL"
This reverts commit f449f1c
This commit is contained in:
parent
bdeb266d27
commit
810c34ffaf
2 changed files with 1 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
||||||
class ChangeRegistrarsCountryCodeToNotNull < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
change_column_null :registrars, :country_code, false
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -2147,7 +2147,7 @@ CREATE TABLE registrars (
|
||||||
phone character varying,
|
phone character varying,
|
||||||
email character varying,
|
email character varying,
|
||||||
billing_email character varying,
|
billing_email character varying,
|
||||||
country_code character varying NOT NULL,
|
country_code character varying,
|
||||||
state character varying,
|
state character varying,
|
||||||
city character varying,
|
city character varying,
|
||||||
street 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 ('20180228074442');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20180228084818');
|
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20180306180401');
|
INSERT INTO schema_migrations (version) VALUES ('20180306180401');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20180306181538');
|
INSERT INTO schema_migrations (version) VALUES ('20180306181538');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue