Github user imesh commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/408#discussion_r35725426
  
    --- Diff: 
components/org.apache.stratos.manager/src/main/database/Stratos-dbScript ---
    @@ -0,0 +1,91 @@
    +SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
    +SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
    +SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES';
    +
    +CREATE SCHEMA IF NOT EXISTS `StratosManager` DEFAULT CHARACTER SET utf8 
COLLATE utf8_general_ci ;
    +USE `StratosManager` ;
    +
    +-- -----------------------------------------------------
    +-- Table `StratosManager`.`Cluster`
    +-- -----------------------------------------------------
    +CREATE TABLE IF NOT EXISTS `StratosManager`.`Cluster` (
    --- End diff --
    
    Table names and column names might need to use the same naming convention 
we currently use: upper case letters with underscore separated words. Please 
refer existing database files (stratos-distribution/dbscripts/)
    Thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to