mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 23:54:44 +02:00
Change contacts.name
database column to NOT NULL
This commit is contained in:
parent
b4be9e7f00
commit
22c6fd61e3
5 changed files with 14 additions and 8 deletions
|
@ -613,7 +613,7 @@ CREATE TABLE public.contacts (
|
|||
ident character varying,
|
||||
ident_type character varying,
|
||||
auth_info character varying NOT NULL,
|
||||
name character varying,
|
||||
name character varying NOT NULL,
|
||||
org_name character varying,
|
||||
registrar_id integer NOT NULL,
|
||||
creator_str character varying,
|
||||
|
@ -4280,6 +4280,7 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20180613030330'),
|
||||
('20180613045614'),
|
||||
('20180713154915'),
|
||||
('20180801114403'),
|
||||
('20180808064402'),
|
||||
('20180816123540'),
|
||||
('20180823161237'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue