Fixed Upgrade script to use correct table names.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3026 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-12-10 09:25:56 +00:00
parent 1053674371
commit b5a72c9b60
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
-- Rename tables
ALTER TABLE cam_decision_trees RENAME TO ct_decisiontrees;
ALTER TABLE cam_tree_sections RENAME TO ct_decisiontree_sections;
ALTER TABLE cam_section_options RENAME TO ct_decisiontree_section_options;
ALTER TABLE cam_section_options RENAME TO ct_decisiontree_section_opts;
ALTER TABLE cam_option_targets RENAME TO ct_decisiontree_option_targets;
-- Rename constraints. Because it is not possible to rename constraints we drop the old ones