diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-05-18 16:25:02 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-05-18 16:26:49 +0200 |
| commit | 275ea88aac4df63697d65bcd683b625df8d5201f (patch) | |
| tree | def456bdb3eaea8f436eb40624d6fb26e9afc902 /kittystore/storm | |
| parent | 44259cc6b838cdc32aebab98bf8ab6f4123f519b (diff) | |
| download | kittystore-275ea88aac4df63697d65bcd683b625df8d5201f.tar.gz kittystore-275ea88aac4df63697d65bcd683b625df8d5201f.tar.xz kittystore-275ea88aac4df63697d65bcd683b625df8d5201f.zip | |
Fix unit tests after last commit
Diffstat (limited to 'kittystore/storm')
| -rw-r--r-- | kittystore/storm/schema/patch_7.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittystore/storm/schema/patch_7.py b/kittystore/storm/schema/patch_7.py index 7eb3325..9607d1d 100644 --- a/kittystore/storm/schema/patch_7.py +++ b/kittystore/storm/schema/patch_7.py @@ -25,7 +25,7 @@ SQL = { def apply(store): - """Add the thread table""" + """Add the subject_prefix column and delete the description column""" dbtype = get_db_type(store) for statement in SQL[dbtype]: store.execute(statement) |
