Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344777
0006_rename_origin_type.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
654 B
Subscribers
None
0006_rename_origin_type.py
View Options
# 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
Details
Attached
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
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment