mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Reorganize top level directory
This commit is contained in:
5
uhabits-core-legacy/assets/main/migrations/017.sql
Normal file
5
uhabits-core-legacy/assets/main/migrations/017.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
drop table Score
|
||||
create table Score ( id integer primary key autoincrement, habit integer references habits(id), score real, timestamp integer)
|
||||
create index idx_score_habit_timestamp on Score(habit, timestamp)
|
||||
delete from streak
|
||||
delete from checkmarks
|
||||
Reference in New Issue
Block a user