feat: implement project showcase section with database integration, filtering, and detail modals
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "projects" ADD COLUMN "image_urls" TEXT[] DEFAULT ARRAY[]::TEXT[];
|
||||
Reference in New Issue
Block a user