index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dumpschema.php
Age
Commit message (
Expand
)
Author
2010-10-29
fix notices in dumpschema
Brion Vibber
2010-10-19
Starting to encapsulate some of the schema_version checksum / updater logic
Brion Vibber
2010-10-18
update -> create on dumpschema options, easier for me to remember
Brion Vibber
2010-10-15
some more tweaking to do the mappings during filterDef; not totally sure I li...
Brion Vibber
2010-10-13
fix bug with --diff on missing table
Brion Vibber
2010-10-13
Nicer diff display for schema dump
Brion Vibber
2010-10-13
Filter table definitions to scrub out unsupported features before trying to a...
Brion Vibber
2010-10-12
some of the ensureTable stuff partially working
Brion Vibber
2010-10-11
Start reworking things to build create table stuff (can view via dumpschema.p...
Brion Vibber
2010-10-07
Add --all option on dumpschema.php to check all core tables
Brion Vibber
2010-10-07
stop str_repeat from whinging about being run with repeat value of 0. :P
Brion Vibber
2010-10-07
some more cleanup on table defs
Brion Vibber
2010-10-07
Add --diff option to dumpschema.php to run a (quickie text) diff betwen the t...
Brion Vibber
2010-10-07
output tweak hack for primary keys on single line
Brion Vibber
2010-10-07
Pretty up the table dumper :D
Brion Vibber
2010-10-06
quickie script to test schema fetch
Brion Vibber