]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add comsumer_secret column to consumer
authorBrenda Wallace <shiny@cpan.org>
Fri, 21 May 2010 09:04:57 +0000 (21:04 +1200)
committerBrenda Wallace <shiny@cpan.org>
Fri, 21 May 2010 09:04:57 +0000 (21:04 +1200)
db/08to09_pg.sql

index 2eac5dadf38bf4a5cc609871ff811fa619969725..a1cbad8148f22aa0d990dfd3616eb8b1ad279d1b 100644 (file)
@@ -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'*/
+