From: Brenda Wallace Date: Fri, 21 May 2010 09:04:57 +0000 (+1200) Subject: add comsumer_secret column to consumer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=069a38e624836cfd3f0fa6cd0f34d9c8cc1eb564;p=quix0rs-gnu-social.git add comsumer_secret column to consumer --- 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'*/ +