From f7914f7053412c82f038dfef5081535bdd116180 Mon Sep 17 00:00:00 2001 From: Parth Mudgal Date: Sat, 23 Dec 2017 19:03:39 +0530 Subject: [PATCH] Update schema_todolist_daptin.yaml --- todolist/schema_todolist_daptin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todolist/schema_todolist_daptin.yaml b/todolist/schema_todolist_daptin.yaml index 88f51b7..f7927fe 100644 --- a/todolist/schema_todolist_daptin.yaml +++ b/todolist/schema_todolist_daptin.yaml @@ -52,7 +52,7 @@ Tables: - Name: completed DataType: int(1) ColumnType: truefalse - DefaultValue: 'false' + DefaultValue: '0' - Name: schedule DataType: date ColumnType: date