bdf9b1f0fd
* Notify founders of new posts * Only merge notifications of same territory * Show territory posts in /notifications * Don't notify on own posts
3 lines
101 B
SQL
3 lines
101 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "noteTerritoryPosts" BOOLEAN NOT NULL DEFAULT true;
|