mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Rename users.password
to users.plain_text_password
Otherwise it conflicts with Devise
This commit is contained in:
parent
22e70e7707
commit
32ecf36057
19 changed files with 32 additions and 24 deletions
|
@ -2282,7 +2282,7 @@ ALTER SEQUENCE public.settings_id_seq OWNED BY public.settings.id;
|
|||
CREATE TABLE public.users (
|
||||
id integer NOT NULL,
|
||||
username character varying,
|
||||
password character varying,
|
||||
plain_text_password character varying,
|
||||
created_at timestamp without time zone,
|
||||
updated_at timestamp without time zone,
|
||||
email character varying,
|
||||
|
@ -4757,3 +4757,5 @@ INSERT INTO schema_migrations (version) VALUES ('20180613030330');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180613045614');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20180713154915');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue