Skip to content

Commit

Permalink
i will get this right eventually...
Browse files Browse the repository at this point in the history
 	modified:   journalsmanager/tasks.py
  • Loading branch information
seasidesparrow committed May 13, 2024
1 parent 52592d5 commit bb6805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journalsmanager/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def task_delete_masterid(masterid):
session.commit()
editid = new_status.editid

for dbname in ['names', 'abbrevs', 'idents', 'raster', 'titlehistory', 'master', 'refsource']:
for dbname in ['names', 'abbrevs', 'idents', 'raster', 'titlehistory', 'refsource', 'master']:
db = TABLES.get(dbname, None)
dbhist = TABLES.get(dbname+'_hist', None)

Expand Down

0 comments on commit bb6805f

Please sign in to comment.