mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-28 20:55:23 +08:00
Add user confirmation module
This commit is contained in:
@@ -295,7 +295,8 @@ CREATE TABLE users (
|
||||
locale character varying(255),
|
||||
locked_at timestamp without time zone,
|
||||
created_at timestamp without time zone,
|
||||
updated_at timestamp without time zone
|
||||
updated_at timestamp without time zone,
|
||||
confirmed boolean DEFAULT false
|
||||
);
|
||||
|
||||
|
||||
@@ -576,3 +577,5 @@ INSERT INTO schema_migrations (version) VALUES ('20140310070632');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20140405074043');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20140412065000');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user