summaryrefslogtreecommitdiffstats
path: root/kittystore/storm/schema/patch_8.py
diff options
context:
space:
mode:
Diffstat (limited to 'kittystore/storm/schema/patch_8.py')
-rw-r--r--kittystore/storm/schema/patch_8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kittystore/storm/schema/patch_8.py b/kittystore/storm/schema/patch_8.py
index a70c68a..8dcfbb4 100644
--- a/kittystore/storm/schema/patch_8.py
+++ b/kittystore/storm/schema/patch_8.py
@@ -48,7 +48,7 @@ SQL = {
def apply(store):
- """Add the subject_prefix column and delete the description column"""
+ """Add the category table"""
dbtype = get_db_type(store)
for statement in SQL[dbtype]:
store.execute(statement)