Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395931
0016_auto_20190507_1408.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
851 B
Subscribers
None
0016_auto_20190507_1408.py
View Options
# -*- coding: utf-8 -*-
# Generated by Django 1.11.18 on 2019-05-07 14:08
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'deposit'
,
'0015_depositrequest_typemigration'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'deposit'
,
name
=
'check_task_id'
,
field
=
models
.
TextField
(
blank
=
True
,
null
=
True
,
verbose_name
=
"Scheduler's associated checking task id"
),
),
migrations
.
AddField
(
model_name
=
'deposit'
,
name
=
'load_task_id'
,
field
=
models
.
TextField
(
blank
=
True
,
null
=
True
,
verbose_name
=
"Scheduler's associated loading task id"
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Jun 4 2025, 7:47 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399374
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment