On Nov 11, 2006, at 4:05 AM, Tassoman (mailing) wrote:
Just printing the query could be fine. I'm getting crazy each time something breaks plugins compatibility
take the wp-admin/upgrade-schema.php file from the old and new files and "diff" them. In GNU/Linux or OS X:
$ diff -u old/wp-admin/upgrade-schema.php new/wp-admin/upgrade- schema.php
That'll show you what has changed in the DB schema. -- Mark Jaquith http://txfx.net/ _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
