mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 20:19:34 +02:00
parent
f330b3564d
commit
78f9496833
2 changed files with 1 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
||||||
class RemoveRegistrarExcludeInMonthlyDirecto < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
remove_column :registrars, :exclude_in_monthly_directo, :string
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -2477,6 +2477,7 @@ CREATE TABLE registrars (
|
||||||
vat boolean,
|
vat boolean,
|
||||||
legacy_id integer,
|
legacy_id integer,
|
||||||
reference_no character varying,
|
reference_no character varying,
|
||||||
|
exclude_in_monthly_directo boolean DEFAULT false,
|
||||||
test_registrar boolean DEFAULT false,
|
test_registrar boolean DEFAULT false,
|
||||||
language character varying NOT NULL
|
language character varying NOT NULL
|
||||||
);
|
);
|
||||||
|
@ -5052,8 +5053,6 @@ INSERT INTO schema_migrations (version) VALUES ('20171009080822');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20171009082321');
|
INSERT INTO schema_migrations (version) VALUES ('20171009082321');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20171025110933');
|
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20171025113808');
|
INSERT INTO schema_migrations (version) VALUES ('20171025113808');
|
||||||
|
|
||||||
INSERT INTO schema_migrations (version) VALUES ('20171025153841');
|
INSERT INTO schema_migrations (version) VALUES ('20171025153841');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue