Committer: gariev
Export of latest data from productionU trunk/bin/upgrading/base-data-local.sql
Modified: trunk/bin/upgrading/base-data-local.sql =================================================================== --- trunk/bin/upgrading/base-data-local.sql 2011-03-22 05:28:42 UTC (rev 10275) +++ trunk/bin/upgrading/base-data-local.sql 2011-03-22 07:44:27 UTC (rev 10276) @@ -19,8 +19,9 @@ UPDATE priv_list SET des='Allows a user to access shipping tools.',is_public='1',privname='Shipping Access',scope='local' WHERE privcode='shipping'; INSERT IGNORE INTO priv_list (des, is_public, privcode, privname, scope) VALUES ('Allows user to moderate a sponsors domain. arg=Sponsors domain name', '0', 'sponsordomainadm', 'Sponsors Domain Moderator', 'local'); UPDATE priv_list SET des='Allows user to moderate a sponsors domain. arg=Sponsors domain name',is_public='0',privname='Sponsors Domain Moderator',scope='local' WHERE privcode='sponsordomainadm'; +REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('1209474526', '2', 'secret.best_friends.first_meet', 'local', '1209474526'); REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '1', 'secret.childhood.book', 'local', '1209474499'); -REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('1209474526', '2', 'secret.best_friends.first_meet', 'local', '1209474526'); +REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '10', 'secret.paternal_grandfather_first_name', 'local', '1209474554'); REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '3', 'secret.boy_girl_friend.first_n_last_name', 'local', '1209474542'); REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '4', 'secret.travel_wo_parents.first_place', 'local', '1209474554'); REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '5', 'secret.grade_school_teacher', 'local', '1209474554'); @@ -28,4 +29,3 @@ REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '7', 'secret.maternal_grandmother_first_name', 'local', '1209474554'); REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '8', 'secret.maternal_grandfather_first_name', 'local', '1209474554'); REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '9', 'secret.paternal_grandmother_first_name', 'local', '1209474554'); -REPLACE INTO secret_questions (end, id, ml_key, scope, start) VALUES ('2147483647', '10', 'secret.paternal_grandfather_first_name', 'local', '1209474554');