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