feat(migrations): add admin-controlled toggle for recipe sharing in User table
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
-- Add admin-controlled toggle for recipe sharing.
|
||||||
|
ALTER TABLE `User` ADD COLUMN `canShareRecipes` BOOLEAN NOT NULL DEFAULT true;
|
||||||
Reference in New Issue
Block a user