Implement habits archival

This commit is contained in:
2016-02-13 09:29:57 -05:00
parent 3e25c81f25
commit 62aaac084a
5 changed files with 51 additions and 5 deletions

View File

@@ -0,0 +1 @@
alter table habits add column archived integer not null default 0;