From 14d443ed8440ac3be40a054e85cfb623b9946209 Mon Sep 17 00:00:00 2001 From: Dinesh Cyanam Date: Fri, 8 Apr 2016 16:06:21 -0400 Subject: [PATCH] Changed the table_hrd_contacts_v01 table name to uppercase in the log.sql file. Cloudlog is expecting an uppercase table name --- sql/tables/log.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/tables/log.sql b/sql/tables/log.sql index 970d4fb86..290d2e448 100644 --- a/sql/tables/log.sql +++ b/sql/tables/log.sql @@ -22,10 +22,10 @@ SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -------------------------------------------------------- -- --- Table structure for table `table_hrd_contacts_v01` +-- Table structure for table `TABLE_HRD_CONTACTS_V01` -- -CREATE TABLE IF NOT EXISTS `table_hrd_contacts_v01` ( +CREATE TABLE IF NOT EXISTS `TABLE_HRD_CONTACTS_V01` ( `COL_PRIMARY_KEY` int(11) NOT NULL AUTO_INCREMENT, `COL_ADDRESS` varchar(255) DEFAULT NULL, `COL_AGE` int(11) DEFAULT NULL,