Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338495
0014_auto_20180720_1221.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
818 B
Subscribers
None
0014_auto_20180720_1221.py
View Options
# -*- coding: utf-8 -*-
# Generated by Django 1.11.14 on 2018-07-20 12:21
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"deposit"
,
"0013_depositrequest_raw_metadata"
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
"deposit"
,
name
=
"swh_anchor_id"
,
field
=
models
.
TextField
(
blank
=
True
,
null
=
True
),
),
migrations
.
AddField
(
model_name
=
"deposit"
,
name
=
"swh_anchor_id_context"
,
field
=
models
.
TextField
(
blank
=
True
,
null
=
True
),
),
migrations
.
AddField
(
model_name
=
"deposit"
,
name
=
"swh_id_context"
,
field
=
models
.
TextField
(
blank
=
True
,
null
=
True
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Jul 4 2025, 8:51 AM (6 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239327
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment