SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 7d52d5d9 authored by arandolan's avatar arandolan
Browse files

migrate orgs table with new ror_id column

parent 6203aa0e
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.13 on 2022-06-17 09:27
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('organizations', '0019_auto_20220314_0723'),
]
operations = [
migrations.AddField(
model_name='organization',
name='ror_json',
field=models.JSONField(blank=True, default=dict, null=True),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment