mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 19:42:10 +02:00
Denorm default true
This commit is contained in:
parent
f50a70f67a
commit
c29d0b17ea
3 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,6 @@ def rewind(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [("music", "0041_auto_20191021_1705")]
|
||||
dependencies = [("music", "0052_auto_20200505_0810")]
|
||||
|
||||
operations = [migrations.RunPython(denormalize, rewind)]
|
Loading…
Add table
Add a link
Reference in a new issue