mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
User import added
This commit is contained in:
parent
a3272fab43
commit
66d7d80bcc
6 changed files with 57 additions and 2 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue