From d9310192698d1a3ca35079597f3b0af360ed7166 Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Wed, 17 Apr 2013 13:17:09 -0700 Subject: [PATCH] Removed oracle from examples --- example/todos/db/oracle/config.json | 7 ------- example/todos/todos/todos-model/config.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 example/todos/db/oracle/config.json diff --git a/example/todos/db/oracle/config.json b/example/todos/db/oracle/config.json deleted file mode 100644 index d1754690..00000000 --- a/example/todos/db/oracle/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "module": "oracle-connection", - "options": { - "host": "127.0.0.1", - "port": 1234 - } -} \ No newline at end of file diff --git a/example/todos/todos/todos-model/config.json b/example/todos/todos/todos-model/config.json index e82069f5..947a8f28 100644 --- a/example/todos/todos/todos-model/config.json +++ b/example/todos/todos/todos-model/config.json @@ -4,7 +4,7 @@ "properties": [ { "name": "title", - "type": "string" + "type": "string" }, { "name": "done",