Code improve

Todo List to finish , allow a empty date
This commit is contained in:
sparkyx 2024-12-14 17:45:38 +01:00
parent 3d89ad3f19
commit b282f2846b
14 changed files with 123 additions and 70 deletions

View file

@ -0,0 +1 @@
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;