Add ability to set a default post expiry (#321)
[akkoma] / priv / repo / migrations / 20190412052952_add_user_info_fields.exs
index 203d0fc3b69f22998e1d26d4ad967d3279f1bd38..646c91f3229eb3c2d34d59edd7cdd8de2ebd8193 100644 (file)
@@ -6,7 +6,7 @@ defmodule Pleroma.Repo.Migrations.AddEmailNotificationsToUserInfo do
     UPDATE users
     SET info = info || '{
       \"email_notifications\": {
-        \"digest\": true
+        \"digest\": false
       }
     }'")
   end