mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
parent
0027d9e214
commit
bdb1090a40
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveRegistrarExcludeInMonthlyDirecto < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :registrars, :exclude_in_monthly_directo, :string
|
||||
end
|
||||
end
|
|
@ -2477,7 +2477,6 @@ CREATE TABLE registrars (
|
|||
vat boolean,
|
||||
legacy_id integer,
|
||||
reference_no character varying,
|
||||
exclude_in_monthly_directo boolean DEFAULT false,
|
||||
test_registrar boolean DEFAULT false
|
||||
);
|
||||
|
||||
|
@ -5052,3 +5051,5 @@ INSERT INTO schema_migrations (version) VALUES ('20171009080822');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171009082321');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171025110933');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue