Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91072812
0035_auto_20210423_0753.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 7, 14:23
Size
1003 B
Mime Type
text/x-python
Expires
Sat, Nov 9, 14:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22190783
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0035_auto_20210423_0753.py
View Options
# Generated by Django 3.1.4 on 2021-04-23 05:53
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0034_auto_20210423_0747'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'journalcondition'
,
name
=
'journal'
,
),
migrations
.
AddField
(
model_name
=
'journalcondition'
,
name
=
'journal'
,
field
=
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.journal'
),
),
migrations
.
RemoveField
(
model_name
=
'organizationcondition'
,
name
=
'organization'
,
),
migrations
.
AddField
(
model_name
=
'organizationcondition'
,
name
=
'organization'
,
field
=
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.institution'
),
),
]
Event Timeline
Log In to Comment