Updated Branches: refs/heads/master 41e5f6975 -> 32a905ecc
base dir column was set to null in cartridge_subscription table Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/139b1b32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/139b1b32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/139b1b32 Branch: refs/heads/master Commit: 139b1b3240c3434f0f4157962619a02a55ffe472 Parents: cebf4a2 Author: Imesh Gunaratne <[email protected]> Authored: Thu Dec 12 17:37:18 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Dec 12 17:37:18 2013 +0530 ---------------------------------------------------------------------- tools/stratos-installer/resources/stratos_foundation.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/139b1b32/tools/stratos-installer/resources/stratos_foundation.sql ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/resources/stratos_foundation.sql b/tools/stratos-installer/resources/stratos_foundation.sql index 7ca346d..a8dce27 100644 --- a/tools/stratos-installer/resources/stratos_foundation.sql +++ b/tools/stratos-installer/resources/stratos_foundation.sql @@ -76,7 +76,7 @@ CREATE TABLE `stratos_foundation`.`CARTRIDGE_SUBSCRIPTION` ( `STATE` varchar(30) NOT NULL, `ALIAS` varchar(255) NOT NULL, `TENANT_DOMAIN` varchar(255) NOT NULL, - `BASE_DIR` varchar(255) NOT NULL, + `BASE_DIR` varchar(255) NULL, `REPO_ID` int(11) DEFAULT NULL, `DATA_CARTRIDGE_ID` int(11) DEFAULT NULL, `MAPPED_DOMAIN` varchar(255),
