mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Remove "registrars.exclude_in_monthly_directo" DB column
Prod-like environments do not have it, therefore no migration #343
This commit is contained in:
parent
78f9496833
commit
51c23516f5
1 changed files with 0 additions and 1 deletions
|
@ -2477,7 +2477,6 @@ 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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue