backup for Phase 2.5
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 6.0.3 on 2026-08-04 04:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('library', '0006_version_mods_manifest_version_pack_description_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='version',
|
||||
name='animation_id',
|
||||
field=models.CharField(blank=True, db_index=True, default='', max_length=128),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='version',
|
||||
name='animation_manifest',
|
||||
field=models.JSONField(blank=True, default=dict),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user