Page MenuHomeSoftware Heritage

0006_rename_origin_type.py
No OneTemporary

0006_rename_origin_type.py

# Copyright (C) 2019 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU Affero General Public License version 3, or any later version
# See top-level LICENSE file for more information
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("swh_web_common", "0005_remove_duplicated_authorized_origins"),
]
operations = [
migrations.RenameField(
model_name="saveoriginrequest",
old_name="origin_type",
new_name="visit_type",
),
]

File Metadata

Mime Type
text/x-python
Expires
Fri, Jul 4, 2:47 PM (4 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3362468

Event Timeline