Afrostream / afrostream-back-end

Simple backo for afrostream
1 stars 0 forks source link

database: nouveau champ Users.webPushNotifications #349

Closed syndr0m closed 7 years ago

syndr0m commented 7 years ago
ALTER TABLE "Users" ADD COLUMN "webPushNotifications" boolean;
ALTER TABLE "Users" ALTER COLUMN "webPushNotifications" SET DEFAULT true;
syndr0m commented 7 years ago

done