Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91083464
0021_auto_20210414_1238.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, 17:31
Size
506 B
Mime Type
text/x-python
Expires
Sat, Nov 9, 17:31 (2 d)
Engine
blob
Format
Raw Data
Handle
22191696
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0021_auto_20210414_1238.py
View Options
# Generated by Django 3.1.4 on 2021-04-14 10:38
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0020_auto_20210414_1230'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'cost_factor'
,
name
=
'description'
,
),
migrations
.
AlterField
(
model_name
=
'cost_factor'
,
name
=
'amount'
,
field
=
models
.
IntegerField
(
null
=
True
),
),
]
Event Timeline
Log In to Comment