summaryrefslogtreecommitdiff
path: root/scripts/dumpschema.php
AgeCommit message (Expand)Author
2010-10-29fix notices in dumpschemaBrion Vibber
2010-10-19Starting to encapsulate some of the schema_version checksum / updater logicBrion Vibber
2010-10-18update -> create on dumpschema options, easier for me to rememberBrion Vibber
2010-10-15some more tweaking to do the mappings during filterDef; not totally sure I li...Brion Vibber
2010-10-13fix bug with --diff on missing tableBrion Vibber
2010-10-13Nicer diff display for schema dumpBrion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-12some of the ensureTable stuff partially workingBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via dumpschema.p...Brion Vibber
2010-10-07Add --all option on dumpschema.php to check all core tablesBrion Vibber
2010-10-07stop str_repeat from whinging about being run with repeat value of 0. :PBrion Vibber
2010-10-07some more cleanup on table defsBrion Vibber
2010-10-07Add --diff option to dumpschema.php to run a (quickie text) diff betwen the t...Brion Vibber
2010-10-07output tweak hack for primary keys on single lineBrion Vibber
2010-10-07Pretty up the table dumper :DBrion Vibber
2010-10-06quickie script to test schema fetchBrion Vibber