mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Delete old and unused settings entries
This commit is contained in:
@@ -42,6 +42,7 @@ def convert_old_settings(app, schema_editor):
|
||||
l.background.name = es.value[7:]
|
||||
setattr(l, 'background', l.background.name)
|
||||
l.save()
|
||||
es.delete()
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
Reference in New Issue
Block a user