diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-24 19:00:42 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-24 19:00:42 +0000 |
| commit | 68178ce501a755c1e049addbcfda856308265b4a (patch) | |
| tree | c9dc47c4a530cdbf83c3c05e9385b5167538217b | |
| parent | 77212ce0702ce96b19573a3e67c3a2dc9cadeef8 (diff) | |
| download | liberty-68178ce501a755c1e049addbcfda856308265b4a.tar.gz liberty-68178ce501a755c1e049addbcfda856308265b4a.tar.bz2 liberty-68178ce501a755c1e049addbcfda856308265b4a.zip | |
dope the legacy col, this should have been committed earlier
| -rw-r--r-- | admin/upgrades/2.1.4.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/admin/upgrades/2.1.4.php b/admin/upgrades/2.1.4.php index 9d75501..09b5cac 100644 --- a/admin/upgrades/2.1.4.php +++ b/admin/upgrades/2.1.4.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_liberty/admin/upgrades/2.1.4.php,v 1.3 2010/04/19 15:01:35 nickpalmer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/admin/upgrades/2.1.4.php,v 1.4 2010/04/24 19:00:42 wjames5 Exp $ */ global $gBitInstaller; @@ -30,14 +30,12 @@ array( 'QUERY' => ), ), -/* when we're read we can drop the old content_description column +//drop the old content_description column array( 'DATADICT' => array( // drop old column array( 'DROPCOLUMN' => array( 'liberty_content_types' => array( '`content_description`' ), )), - // reconstruct constraints, sequences and indexes )), -*/ )); |
