User import added

This commit is contained in:
Stas 2015-10-30 13:56:15 +02:00
parent a3272fab43
commit 66d7d80bcc
6 changed files with 57 additions and 2 deletions

View file

@ -2658,7 +2658,8 @@ CREATE TABLE users (
encrypted_password character varying DEFAULT ''::character varying NOT NULL,
remember_created_at timestamp without time zone,
failed_attempts integer DEFAULT 0 NOT NULL,
locked_at timestamp without time zone
locked_at timestamp without time zone,
legacy_id integer
);
@ -4946,3 +4947,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150921110152');
INSERT INTO schema_migrations (version) VALUES ('20150921111842');
INSERT INTO schema_migrations (version) VALUES ('20151029152638');