mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Android Studio file structure
This commit is contained in:
BIN
app/src/main/assets/fontawesome-webfont.ttf
Normal file
BIN
app/src/main/assets/fontawesome-webfont.ttf
Normal file
Binary file not shown.
2
app/src/main/assets/migrations/5.sql
Normal file
2
app/src/main/assets/migrations/5.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table habits add column reminder_hour integer;
|
||||
alter table habits add column reminder_min integer;
|
||||
1
app/src/main/assets/migrations/6.sql
Normal file
1
app/src/main/assets/migrations/6.sql
Normal file
@@ -0,0 +1 @@
|
||||
alter table habits add column highlight integer not null default 0;
|
||||
Reference in New Issue
Block a user