Changed the table_hrd_contacts_v01 table name to uppercase in the log.sql file. Cloudlog is expecting an uppercase table name

这个提交包含在:
Dinesh Cyanam 2016-04-08 16:06:21 -04:00
父节点 4a13275d85
当前提交 14d443ed84

查看文件

@ -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,