Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9347365
0005_usermailmapevent.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
0005_usermailmapevent.py
View Options
# Generated by Django 2.2.27 on 2022-02-07 16:02
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"swh_web_auth"
,
"0004_usermailmap"
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
"UserMailmapEvent"
,
fields
=
[
(
"id"
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
"ID"
,
),
),
(
"timestamp"
,
models
.
DateTimeField
(
auto_now
=
True
)),
(
"user_id"
,
models
.
CharField
(
max_length
=
50
)),
(
"request_type"
,
models
.
CharField
(
max_length
=
50
)),
(
"request"
,
models
.
TextField
()),
(
"successful"
,
models
.
BooleanField
(
default
=
False
)),
],
options
=
{
"db_table"
:
"user_mailmap_event"
,
},
),
migrations
.
AddIndex
(
model_name
=
"usermailmapevent"
,
index
=
models
.
Index
(
fields
=
[
"timestamp"
],
name
=
"user_mailma_timesta_1f7aef_idx"
),
),
]
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 5:29 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3238518
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment