summaryrefslogtreecommitdiff
path: root/lib/mysqlschema.php
AgeCommit message (Expand)Author
2010-11-01Include fulltext indexes in MySQL table createBrion Vibber
2010-10-29tweaks for the installer wheeBrion Vibber
2010-10-29some sorta vaguely working bitsBrion Vibber
2010-10-19$config['db']['mysql_foreign_keys'] option to experimentally enable foreign k...Brion Vibber
2010-10-18MySQL schema: fix dropping unique indexes, add support for changing table pro...Brion Vibber
2010-10-18Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the ...Brion Vibber
2010-10-15some more tweaking to do the mappings during filterDef; not totally sure I li...Brion Vibber
2010-10-15Cleanup on making the schema work for installer (not quite there yet)Brion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-11tweak for mysqlBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via dumpschema.p...Brion Vibber
2010-10-08Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-xBrion Vibber
2010-10-08Starting on adapting postgresql schema class to look stuff up in the new drup...Brion Vibber
2010-10-07Some more poking at schema stuff, on the road towards a more portable table-m...Brion Vibber
2010-10-07fix up some more 'not null's and suchBrion Vibber
2010-10-07Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)Brion Vibber
2010-10-07Some cleanup on detecting typesBrion Vibber
2010-10-07Finish patching up the index fetching in new schema stuff for mysqlBrion Vibber
2010-10-06Work in progress on fetching table defs from existing tables in new format --...Brion Vibber
2010-08-16More schema work in progress... removing duped code from schema child classes...Brion Vibber
2010-08-10Workaround for index setup on SubMirror until I'm done w/ arbitrary index sup...Brion Vibber
2010-07-29removing redundant constructorJames Walker
2010-03-12Fixes for updating indices, charset/collation and engine type on plugin-creat...Brion Vibber
2010-02-08First steps on converting FeedSub into the pub/sub basis for OStatus communic...Brion Vibber
2010-01-31move schema.type.php to typeschema.php like other filesEvan Prodromou