aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants.php')
-rw-r--r--include/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php
index a7823b230..bb5a1d926 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -59,4 +59,5 @@ define('IMAGE_METADATA_TABLE', $prefixeTable.'image_metadata');
define('RATE_TABLE', $prefixeTable.'rate');
define('USER_CACHE_TABLE', $prefixeTable.'user_cache');
define('CADDIE_TABLE', $prefixeTable.'caddie');
+define('UPGRADE_TABLE', $prefixeTable.'upgrade');
?>