feat: instantaneous thumb generation

This commit is contained in:
diced
2026-04-05 19:06:02 -07:00
parent 00f4254227
commit 13282988e8
11 changed files with 88 additions and 40 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "public"."Zipline" ADD COLUMN "featuresThumbnailsInstantaneous" BOOLEAN NOT NULL DEFAULT false;