Make description field optional and allow for a fixed lookback

This commit is contained in:
2024-07-27 18:39:31 +01:00
parent 3f17c45297
commit 3f2bbdd229
3 changed files with 16 additions and 6 deletions
@@ -0,0 +1 @@
alter table time_entries alter column description drop not null;