aboutsummaryrefslogtreecommitdiff
path: root/common/schema/namespace
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov3-3/+3
2013-02-08Misc fixesBoris Kolpackov1-2/+2
2013-02-07Use multi-pass table creation in MySQLBoris Kolpackov4-0/+384
This deals with table creation order and circular dependencies. Unfortunately, there doesn't seem to be a way in MySQL to drop a foreign key only if it exists without resorting to stored procedures.