Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344786
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
879 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
Fri, Jul 4, 2:47 PM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240539
Attached To
rDDEP Push deposit
Event Timeline
Log In to Comment