Add date picker to project form

This commit is contained in:
Ahmed Al-Taiar
2024-09-21 14:13:53 -04:00
parent 22b2e25875
commit 43be1abf96
9 changed files with 197 additions and 16 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Project" ALTER COLUMN "date" DROP DEFAULT;