Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91162585
0004_auto_20210312_0747.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
Fri, Nov 8, 13:02
Size
509 B
Mime Type
text/x-python
Expires
Sun, Nov 10, 13:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22209259
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
0004_auto_20210312_0747.py
View Options
# Generated by Django 3.1.4 on 2021-03-12 06:47
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'django_api'
,
'0003_publisher_state'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'publisher'
,
name
=
'city'
,
),
migrations
.
AddField
(
model_name
=
'publisher'
,
name
=
'city'
,
field
=
models
.
CharField
(
default
=
'unknown'
,
max_length
=
100
),
),
]
Event Timeline
Log In to Comment