From dd742a560d4754a5906ed6392e3943e058e41663 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 26 Nov 2009 20:21:47 +1300 Subject: Transactional DDL rocks my world, but shouldn't be left in that file. --- db/statusnet_pg.sql | 3 --- 1 file changed, 3 deletions(-) (limited to 'db') diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index 39f66a1fa..81b329d1e 100644 --- a/db/statusnet_pg.sql +++ b/db/statusnet_pg.sql @@ -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; -- cgit v1.2.3-54-g00ecf