derfelix42 / Taskmanager

Manage your ToDos and much more!
3 stars 0 forks source link

Create Settings-Table #16

Open derfelix42 opened 6 months ago

derfelix42 commented 6 months ago

Add a Key-Value Table for system settings in the DB.

Information like home location can be stored there for sunrise/sunset or weather data (currently hard-coded or configured via env-file).

Schema should probably look like this:

derfelix42 commented 3 months ago

storing a creation date and tracking changes is probably overkill; will switch to a "updated" field to see the last update

derfelix42 commented 3 months ago

Setting "key" to VARCHAR(128) and "access" to VARCHAR(64). These should hopefully suffice for any usecase 👍 :)