From 5ad2f2873eba2694e79cf7e09728d456afad270f Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 6 May 2017 13:54:42 +0200 Subject: [PATCH] ...and make sure we checkschema on Notice_prefs on upgrade... --- db/core.php | 1 + 1 file changed, 1 insertion(+) 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',