You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
Migrate db to sqlite on development and use postgres on heroku. Use the gem sequel.
Schema:
Sessions:
id - session id
day - start time date YYYY-MM-DD
start - unix timestamp with start time
stop - unix timestamp with stop time
comment - session comment
Day:
day - day id YYYY-MM-DD
work - seconds worked
Settings:
key - id
value - key value
The text was updated successfully, but these errors were encountered:
Migrate db to sqlite on development and use postgres on heroku. Use the gem sequel.
Schema:
Sessions:
id - session id
day - start time date YYYY-MM-DD
start - unix timestamp with start time
stop - unix timestamp with stop time
comment - session comment
Day:
day - day id YYYY-MM-DD
work - seconds worked
Settings:
key - id
value - key value
The text was updated successfully, but these errors were encountered: