Skip to content

Commit

Permalink
updated reskey type for firehose op
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Apr 18, 2007
1 parent f463b48 commit aa9104a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/mysql/upgrades
Original file line number Diff line number Diff line change
Expand Up @@ -4502,6 +4502,7 @@ UPDATE vars SET value = 'T_2_5_0_153' WHERE name = 'cvs_tag_currentcode';
# For plugins/FireHose
INSERT INTO vars (name, value, description) VALUES ('firehose_anonval_param', '', 'String needed to be passed in anonval form param to validate requests, set to a string to enforce this validation');


# Need a CPAN install of Net::OSCAR

# For plugins/Tags
Expand Down Expand Up @@ -4533,3 +4534,8 @@ UPDATE vars SET value = 'T_2_5_0_154' WHERE name = 'cvs_tag_currentcode';
# For the IM bot. These values should be manually set.
INSERT INTO vars (name, value, description) VALUES ('im_screenname', '', 'IM message bot screen name');
INSERT INTO vars (name, value, description) VALUES ('im_password', '', 'IM message bot password, in clear text. This is encrypted upon connecting.');


#For plugins/FireHose
UPDATE ajax_ops SET reskey_name="ajax_user_static" WHERE op="firehose_fetch_text";

0 comments on commit aa9104a

Please sign in to comment.