Remove unused columns from users table

Fixes #264
This commit is contained in:
Georg Kahest 2019-10-08 12:06:18 +03:00 committed by Artur Beljajev
parent 8dfda3ccda
commit 164e0bcb1b
3 changed files with 8 additions and 10 deletions

View file

@ -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');