forked from GNUsocial/gnu-social
Transactional DDL rocks my world, but shouldn't be left in that file.
This commit is contained in:
parent
93ecccb8fb
commit
dd742a560d
@ -1,6 +1,4 @@
|
||||
/* local and remote users have profiles */
|
||||
BEGIN;
|
||||
|
||||
create sequence profile_seq;
|
||||
create table profile (
|
||||
id bigint default nextval('profile_seq') primary key /* comment 'unique identifier' */,
|
||||
@ -583,4 +581,3 @@ create table login_token (
|
||||
primary key (user_id)
|
||||
);
|
||||
|
||||
ROLLBACK;
|
||||
|
Loading…
Reference in New Issue
Block a user