Merge pull request #42 from dilee/master

Refactored oracle DB script
This commit is contained in:
Lakshitha Harshan 2015-11-03 16:08:06 +05:30
commit b7edc80c0e
3 changed files with 444 additions and 423 deletions

View File

@ -392,3 +392,4 @@ CREATE TABLE IF NOT EXISTS DM_NOTIFICATION (
)ENGINE = InnoDB;
-- END NOTIFICATION TABLES --

View File

@ -333,3 +333,4 @@ CREATE TABLE IF NOT EXISTS DM_NOTIFICATION (
);
-- NOTIFICATION TABLE END --