]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/statusnet_pg.sql
Revert "Added 'login' command that gives you a link that can be used to login to...
[quix0rs-gnu-social.git] / db / statusnet_pg.sql
index 927925753e2949b461b52e42a2c1f26d6c78b310..27b189e288d24485018b391b52dfd954f35534d6 100644 (file)
@@ -568,14 +568,4 @@ create table profile_role (
 
     primary key (profile_id, role)
 
-);
-
-create table login_token (
-    user_id integer not null /* comment 'user owning this token'*/ references "user" (id),
-    token char(32) not null /* comment 'token useable for logging in'*/,
-    created timestamp not null DEFAULT CURRENT_TIMESTAMP /* comment 'date this record was created'*/,
-    modified timestamp /* comment 'date this record was modified'*/,
-
-    primary key (user_id)
-);
-
+);
\ No newline at end of file