summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 0fdd928..7e3dff4 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -19,7 +19,7 @@ $tables = array(
rss_ver C(1) NOTNULL DEFAULT '1',
refresh I4 DEFAULT '300',
last_updated I8,
- cache B
+ rss_cache B
"
);