index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
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
/
lib
/
schema.php
Age
Commit message (
Expand
)
Author
2010-01-05
Support an 'extra' clause when definining a column (e.g.: 'on update
Zach Copley
2010-01-04
Fix for auto_increment parameter in auto-created tables via checkschema.
Brion Vibber
2009-12-03
Code style cleanup: dropped some unnecessary =& reference assignments where t...
Brion Vibber
2009-11-25
Revert "Allow plugin DB_DataObject classes to not have to use the .ini file b...
Zach Copley
2009-11-24
Break TableDef, ColumnDef classes to separate files so autoloader can find them.
Brion Vibber
2009-11-16
Allow plugin DB_DataObject classes to not have to use the .ini file by overri...
Craig Andrews
2009-10-02
make lib/schema.php phpcs-clean
Evan Prodromou
2009-10-01
Some bug fixes
Evan Prodromou
2009-10-01
add some more methods to Schema
Evan Prodromou
2009-09-23
use schema tool to create a table
Evan Prodromou
2009-09-23
statusize schema-related modules
Evan Prodromou
2009-09-23
make table def method of schema code work
Evan Prodromou
2009-09-23
start a module for schema management
Evan Prodromou