This commit is contained in:
ed 2025-07-31 22:56:45 +00:00
parent 0e35f37638
commit 3222ba3acd

View file

@ -2827,7 +2827,7 @@ class Up2k(object):
# v5a -> v5b
# store rd+fn rather than warks to support nohash vols
try:
cur.execute("select ws, rd, fn from iu limit 1").fetchone()
cur.execute("select c, w, rd, fn from iu limit 1").fetchone()
return
except:
pass