Index: trunk/extensions/SimpleSurvey/SimpleSurvey.patch-pssuser.sql |
— | — | @@ -1,5 +0,0 @@ |
2 | | - |
3 | | -ALTER TABLE /*_*/prefswitch_survey modify pss_user varbinary(255); |
\ No newline at end of file |
Index: trunk/extensions/SimpleSurvey/SimpleSurvey.classes.php |
— | — | @@ -11,12 +11,6 @@ |
12 | 12 | dirname( dirname( __FILE__ ) ) . "/UsabilityInitiative/PrefSwitch/PrefSwitch.sql" |
13 | 13 | ); |
14 | 14 | |
15 | | - $wgExtModifiedFields[] = array( |
16 | | - 'prefswitch_survey', |
17 | | - 'pss_user', |
18 | | - dirname( __FILE__ ) . '/SimpleSurvey.patch-pssuser.sql' |
19 | | - ); |
20 | | - |
21 | 15 | return true; |
22 | 16 | } |
23 | 17 | |