dev: migrations for the analytics fields
This commit is contained in:
parent
ae67dc6074
commit
8b527f27d0
1 changed files with 23 additions and 0 deletions
23
apiserver/plane/db/migrations/0032_auto_20230520_2015.py
Normal file
23
apiserver/plane/db/migrations/0032_auto_20230520_2015.py
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Generated by Django 3.2.19 on 2023-05-20 14:45
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('db', '0031_analyticview'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='project',
|
||||
old_name='icon',
|
||||
new_name='emoji',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='project',
|
||||
name='icon_prop',
|
||||
field=models.JSONField(null=True),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue