Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90499886
0045_auto_20210616_0701.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
Sat, Nov 2, 05:55
Size
755 B
Mime Type
text/x-python
Expires
Mon, Nov 4, 05:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22087510
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0045_auto_20210616_0701.py
View Options
# Generated by Django 3.1.4 on 2021-06-16 05:01
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0044_journal_language'
),
]
operations
=
[
migrations
.
RenameModel
(
old_name
=
'Institution'
,
new_name
=
'Organization'
,
),
migrations
.
RemoveField
(
model_name
=
'cost_factor'
,
name
=
'cost_factor_type'
,
),
migrations
.
AddField
(
model_name
=
'cost_factor'
,
name
=
'cost_factor_type'
,
field
=
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'django_api.cost_factor_type'
),
),
]
Event Timeline
Log In to Comment