Android Studio file structure

This commit is contained in:
2015-03-15 08:11:19 -04:00
parent 11d6bbd6f6
commit 1ff3c1c857
190 changed files with 1124 additions and 1036 deletions

Binary file not shown.

View File

@@ -0,0 +1,2 @@
alter table habits add column reminder_hour integer;
alter table habits add column reminder_min integer;

View File

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