Skip to content

Commit cc9dfab

Browse files
author
Anthony Baxter
committed
more errors. backport candidate
1 parent 0e9ab44 commit cc9dfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/back_sqlite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: back_sqlite.py,v 1.42 2005-05-02 05:48:59 richard Exp $
1+
# $Id: back_sqlite.py,v 1.43 2005-06-08 03:41:21 anthonybaxter Exp $
22
'''Implements a backend for SQLite.
33
44
See https://pysqlite.sourceforge.net/ for pysqlite info
@@ -168,7 +168,7 @@ def update_class(self, spec, old_spec, force=0, adding_v2=0):
168168
continue
169169
# it's a multilink, and it's been removed - drop the old
170170
# table. First drop indexes.
171-
self.drop_multilink_table_indexes(spec.classname, ml)
171+
self.drop_multilink_table_indexes(spec.classname, name)
172172
sql = 'drop table %s_%s'%(spec.classname, prop)
173173
self.sql(sql)
174174
old_has = old_has.has_key

0 commit comments

Comments
 (0)