]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/statusnet_pg.sql
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / db / statusnet_pg.sql
index 81b329d1e5310915c2ba38ab99f238576b9df71e..cd72d66eabfc84e0ac5774e334730282c7238630 100644 (file)
@@ -570,14 +570,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