Author: david
Date: Fri May 4 17:26:50 2012
New Revision: 11644
Log:
Add stub code for adding a ref_id column to the taxonomy and terms tables
Modified:
trunk/lib/task/migrate/arUpgrader120.class.php
Modified: trunk/lib/task/migrate/arUpgrader120.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgrader120.class.php Fri May 4 17:17:20
2012 (r11643)
+++ trunk/lib/task/migrate/arUpgrader120.class.php Fri May 4 17:26:50
2012 (r11644)
@@ -114,8 +114,10 @@
break;
- // Add constant_id column to terms table
+ // TODO Add refId column to terms table???
case 81:
+ // $sql = sprintf('ALTER TABLE %s ADD COLUMN ref_id varchar(255);',
QubitTaxonomy::TABLE_NAME);
+ // $sql = sprintf('ALTER TABLE %s ADD COLUMN ref_id varchar(255);',
QubitTerm::TABLE_NAME);
return false;
// Return false if no upgrade available
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.