Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91336645
0071_journal_end_year.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
Sun, Nov 10, 03:02
Size
401 B
Mime Type
text/x-python
Expires
Tue, Nov 12, 03:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22245261
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0071_journal_end_year.py
View Options
# Generated by Django 3.1.4 on 2021-07-26 06:03
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0070_auto_20210723_1129'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'journal'
,
name
=
'end_year'
,
field
=
models
.
IntegerField
(
blank
=
True
,
null
=
True
),
),
]
Event Timeline
Log In to Comment