-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Chris Marmo wrote:
Hey there,
Could anyone let me know which SQL patches are applied from version 1.9.3 to 1.10? My current setup requires I run the patches through phpmyadmin.
Thanks, Chris
Run the following patches (if you use the standard MySQL):
* maintenance/archives/patch-rc_deleted.sql * maintenance/archives/patch-log_id.sql * maintenance/archives/patch-log_deleted.sql * maintenance/archives/patch-ar_deleted.sql * maintenance/archives/patch-ipb_deleted.sql * maintenance/archives/patch-fa_deleted.sql * maintenance/archives/patch-rev_len.sql * maintenance/archives/patch-ar_len.sql * maintenance/archives/patch-rev_parent_id.sql * maintenance/archives/patch-page_restrictions.sql * maintenance/archives/patch-page_restrictions_sortkey.sql
Note that I used the following command to get that:
svn diff http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_9_3/phase3/maintenance/... http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_10_0/phase3/maintenance...
Another possibility is running the setup again. This should update the database.