From 069a38e624836cfd3f0fa6cd0f34d9c8cc1eb564 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Fri, 21 May 2010 21:04:57 +1200 Subject: [PATCH] add comsumer_secret column to consumer --- db/08to09_pg.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/08to09_pg.sql b/db/08to09_pg.sql index 2eac5dadf3..a1cbad8148 100644 --- a/db/08to09_pg.sql +++ b/db/08to09_pg.sql @@ -81,3 +81,5 @@ ALTER TABLE profile ADD COLUMN lon decimal(10,7) /*comment 'longitude'*/; ALTER TABLE profile ADD COLUMN location_id integer /* comment 'location id if possible'*/; ALTER TABLE profile ADD COLUMN location_ns integer /* comment 'namespace for location'*/; +ALTER TABLE consumer add COLUMN consumer_secret varchar(255) not null ; /*comment 'secret value'*/ + -- 2.39.5