feat(migrations): add admin-controlled toggle for recipe sharing in User table

This commit is contained in:
Nils-Johan Gynther
2026-05-02 09:27:50 +02:00
parent 755258a4bc
commit f9dc55d42c
@@ -0,0 +1,2 @@
-- Add admin-controlled toggle for recipe sharing.
ALTER TABLE `User` ADD COLUMN `canShareRecipes` BOOLEAN NOT NULL DEFAULT true;