Make description field optional and allow for a fixed lookback
This commit is contained in:
@@ -0,0 +1 @@
|
||||
alter table time_entries alter column description drop not null;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
alter table time_entries alter column description drop not null;
|
||||