Commit f39359c8c59366a34f2c27deba0e2fa054b90105

Authored by Kevin Fourie
1 parent c560e950

KTC-618

"DB error when upgrading 3.5.2c Commercial to 3.5.4 Commercial"
Fixed. Table name was incorrect. 

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9449 c91229c3-7414-0410-bfa2-8a42b809f60b
sql/mysql/upgrade/3.5.3/doc_tran_user_index.sql
1 -alter table `ktdms`.`document_transactions` add index `user_id` (`user_id`);  
2 \ No newline at end of file 1 \ No newline at end of file
  2 +ALTER TABLE `document_transactions` ADD INDEX `user_id` (`user_id`);