mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
parent
8dfda3ccda
commit
164e0bcb1b
3 changed files with 8 additions and 10 deletions
|
@ -2215,8 +2215,6 @@ CREATE TABLE public.users (
|
|||
country_code character varying,
|
||||
registrar_id integer,
|
||||
active boolean,
|
||||
csr text,
|
||||
crt text,
|
||||
type character varying,
|
||||
registrant_ident character varying,
|
||||
encrypted_password character varying DEFAULT ''::character varying NOT NULL,
|
||||
|
@ -4837,3 +4835,5 @@ INSERT INTO schema_migrations (version) VALUES ('20190811202711');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20190811205406');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20191008024334');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue