]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/statusnet_pg.sql
Multiple file upload handling.
[quix0rs-gnu-social.git] / db / statusnet_pg.sql
index 9cb8a944f30371c37a20ec7b8692acc12e746f72..998cc71e941552aacbfd4cd37b75493e8f465085 100644 (file)
@@ -1,4 +1,3 @@
-BEGIN;
 /* local and remote users have profiles */
 create sequence profile_seq;
 create table profile (
@@ -590,4 +589,3 @@ create table login_token (
     primary key (user_id)
 );
 
-COMMIT;