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