Sites are unlikely to have over 2 billion active users
[lhc/web/wiklou.git] / maintenance / postgres / compare_schemas.pl
2008-09-22 Greg Sabino MullaneSites are unlikely to have over 2 billion active users
2008-07-31 Greg Sabino MullaneNot so verbose, please.
2008-07-18 Greg Sabino MullaneCheck for GROUP BY #.
2008-07-18 Greg Sabino MullaneHandle new includes directory scheme.
2008-07-18 Greg Sabino MullaneNo more TYPE, look for (and default to) ENGINE.
2008-07-09 Greg Sabino MullaneSupport latest schema changes.
2008-04-30 Greg Sabino MullaneMinor cleanups.
2008-04-30 Greg Sabino MullaneCheck that no MySQL-isms have snuck into the codebase.
2008-03-19 Greg Sabino MullaneTake out "bools" section: we're just using smallints now
2008-03-18 Greg Sabino MullaneAllow signed int types. Kinda redundant, but hey...
2008-02-27 Greg Sabino MullaneTable page_props needed in tests after all.
2008-02-22 Greg Sabino MullaneOkay for page_props not to be created in parser tests.
2008-02-21 Greg Sabino MullaneAdd table page_props to Postgres schema.
2008-02-19 Greg Sabino MullaneReflect new change from CHAR to SMALLINT to match MySQL...
2007-12-20 Greg Sabino MullaneMinor tweak to support new format in parserTest
2007-12-16 Greg Sabino MullaneAdd test for correct information in parserTests.inc
2007-12-16 Greg Sabino MullaneAdd exceptions for protected_titles table.
2007-09-24 Greg Sabino MullaneAdd column type brains, map out all non-standard stuff
2007-07-05 Greg Sabino MullaneAdd in binary type
2007-06-17 Greg Sabino MullaneAdd checks for common comma errors.
2007-04-23 Greg Sabino MullaneRemove mysql5 schema stuff, various minor updates.
2007-02-17 Greg Sabino MullaneParse InnoDB defs with max_rows and avg_row_length...
2007-01-11 Greg Sabino MullaneBetter output of filenames.
2006-11-14 Greg Sabino MullaneAdd in 'binary' mysql schema.
2006-11-08 Greg Sabino MullaneCompare both schemas, be a little more verbose, add...
2006-07-30 Greg Sabino MullaneAdd XFILE to allow for more than one source file, add...
2006-07-25 Greg Sabino MullaneAllow for renamed tables.
2006-07-23 Greg Sabino MullaneAllow multiple tables on one line in DATA section.
2006-07-23 Greg Sabino MullaneQuick Perl script to help keep schemas in sync betwixt...