Minor - Add todo about renaming table fields in vChamilo plugin

pull/2487/head
Yannick Warnier 9 years ago
parent 3c8d565cd4
commit 30e312b551
  1. 1
      plugin/vchamilo/install.php

@ -44,6 +44,7 @@ Database::query($sql);
$table = 'vchamilo_config';
$tablename = Database::get_main_table($table);
// TODO: rename "name" and "value" fields - these are reserved keywords
$sql = "CREATE TABLE IF NOT EXISTS $tablename (
id int(11) NOT NULL AUTO_INCREMENT,
component int(11) NOT NULL,

Loading…
Cancel
Save