This allows users to set their preference for the punchcard.
It allows them to either:
1: Hide their punchcard so that no one can see it 2: Hide all punchcards so that they don't see anyones punchcards
This allows users to set their preference for the punchcard.
It allows them to either:
1: Hide their punchcard so that no one can see it 2: Hide all punchcards so that they don't see anyones punchcards
None yet.
None yet.
This file has not been changed.
This file has not been changed.
This file has not been changed.
This file has not been changed.
This file has not been changed.
This file has not been changed.
This file has not been changed.
This file has not been changed.
Signed-off-by: Will Andrews <will7989@hotmail.com>
Signed-off-by: Will Andrews <will7989@hotmail.com>
Signed-off-by: Will Andrews <will7989@hotmail.com>
Signed-off-by: Will Andrews <will7989@hotmail.com>
Signed-off-by: Will Andrews <will7989@hotmail.com>
Oh wow, TIL that there isn't a bool type in sqlite ๐ซฃ
I've fixed that so that the field is an integer type with a default of 0 (false) and then added the relevant mapping into the query code to map 0 is false and > 0 is true.
Tested by stuffing random integers manually into the table and appears to work as expected.
thanks for the work on this! this looks good to me in the current state.