07b98c3253
* optout of display of images/video * fix disableFreebies warning in settings * preview trusted images Co-authored-by: ekzyis <ek@stacker.news> --------- Co-authored-by: ekzyis <ek@stacker.news>
3 lines
102 B
SQL
3 lines
102 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "showImagesAndVideos" BOOLEAN NOT NULL DEFAULT true;
|