From: Chuck Hagenbuch Date: Wed, 21 Jan 2009 18:21:06 +0000 (-0500) Subject: future migrations todo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9cecbdd1bde833e1d0d7ecb3e11d4713ae13f0ff;p=horde.git future migrations todo --- diff --git a/framework/Db/doc/TODO.txt b/framework/Db/doc/TODO.txt index 5f23483a9..8f582d3d9 100644 --- a/framework/Db/doc/TODO.txt +++ b/framework/Db/doc/TODO.txt @@ -21,8 +21,10 @@ the schema/data files. might want to automatically generate these for release tarballs too. -- migrations. either rails-style, or MDB2 diff between one parsed structure and - another, or both. +- migrations. rails-style, and possibly also MDB2 diff between one parsed + structure and another. For rails-style, add convenience methods of calling + $t->string('foo'), instead of $t->column('string', 'foo'). Will need to + introspect the nativeDatabaseTypes() list from the connection for this. - rdo: add the ability to load a table once, then use it repeatedly in a relationship (or to have it be a static array), instead of joining.