diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-05-21 21:04:57 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-05-21 21:04:57 +1200 |
commit | 069a38e624836cfd3f0fa6cd0f34d9c8cc1eb564 (patch) | |
tree | 881546d40bb2b5ee3528344f24c78c4829749257 /db | |
parent | 7005ef66617b265ddccdd9082c2368bf014a7e83 (diff) |
add comsumer_secret column to consumer
Diffstat (limited to 'db')
-rw-r--r-- | db/08to09_pg.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/08to09_pg.sql b/db/08to09_pg.sql index 2eac5dadf..a1cbad814 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'*/ + |