Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
GNU Affero General Public License v3.0
1.49k
stars
250
forks
source link
New user setting entries migration #1134
Closed
DEVTomatoCake closed 5 months ago
1129 added two new properties to the user settings object from upstream changes,
friend_discovery_flags
andview_nsfw_guilds
.This PR adds migrations for completeness (and for me to learn at least a bit about how they work).
MariaDB is tested and works fine, MySQL should therefore too. I've got no clue about Postgres.