-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* handle casing of id, closes #6 remove unused fixture * add tests for alternate schema, id field is lowercase in habits table
- Loading branch information
1 parent
bc93aa2
commit bdc07d9
Showing
5 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
id,archived,color,description,freq_den,freq_num,highlight,name,position,reminder_days,reminder_hour,reminder_min,type,target_type,target_value,unit,question,uuid | ||
1,0,7,,7,3,0,Gym,4,84,19,0,0,0,0.0,,Did you lift today?,e7b2eace076600d63ef95be46fc5912a31 | ||
2,0,15,,7,2,0,Drink,5,0,,,0,0,1.0,,,1a29a84792d1d1fa7371ee8036ccb10a32 | ||
3,0,7,,1,1,0,Program,6,0,,,0,0,0.0,,,eda88bbe6d96c4962bf9f6974c212b9f37 | ||
4,1,15,,1,1,0,Sweets,3,0,,,0,0,0.0,,,1a3dad7a2c27fd08d9599292775c0ed43136 | ||
5,0,15,,7,5,0,Coffee,2,0,,,0,0,0.0,,,34458704a3658719926fae6f647cd0ae3338 | ||
6,0,15,,1,1,0,Tea,1,0,,,1,0,1.0,cups,How many cups of tea did you drink?,43a1e0375b9f498180c82b4156048c8b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
id,habit,timestamp,value | ||
1,1,1471219200000,2 | ||
2,1,1471305600000,2 | ||
3,6,1538576000000,1000 | ||
4,6,1638576000000,1000 | ||
5,4,1471219200000,2 | ||
6,4,1471319200000,2 | ||
7,2,1481319200000,2 | ||
8,2,1491319200000,2 | ||
9,3,1491519200000,2 | ||
10,3,1491619200000,2 | ||
11,5,1591619200000,2 | ||
12,5,1691619200000,2 | ||
13,5,1791619200000,2 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters