From: Mikael Nordfeldth Date: Sat, 6 May 2017 11:54:42 +0000 (+0200) Subject: ...and make sure we checkschema on Notice_prefs on upgrade... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a7d8efc57d4c04c36b7e5e70a07acbc5570c4dc;p=quix0rs-gnu-social.git ...and make sure we checkschema on Notice_prefs on upgrade... --- diff --git a/db/core.php b/db/core.php index f654d79d99..56213eb338 100644 --- a/db/core.php +++ b/db/core.php @@ -41,6 +41,7 @@ $classes = array('Schema_version', 'Notice', 'Notice_location', 'Notice_source', + 'Notice_prefs', 'Reply', 'Consumer', 'Token',