mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
LiveSync: Make livesync_queue_entries rels more consistent
Most were lazy='dynamic' except for these two
This commit is contained in:
parent
7e31fda28b
commit
981368fc57
@ -176,7 +176,7 @@ class LiveSyncQueueEntry(db.Model):
|
||||
backref=db.backref(
|
||||
'livesync_queue_entries',
|
||||
cascade='all, delete-orphan',
|
||||
lazy=True
|
||||
lazy='dynamic'
|
||||
)
|
||||
)
|
||||
|
||||
@ -186,7 +186,7 @@ class LiveSyncQueueEntry(db.Model):
|
||||
backref=db.backref(
|
||||
'livesync_queue_entries',
|
||||
cascade='all, delete-orphan',
|
||||
lazy=True
|
||||
lazy='dynamic'
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user