Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
1083f84c
Commit
1083f84c
authored
May 31, 2021
by
Guilhem Saurel
Browse files
big
parent
cee3f999
Pipeline
#14758
failed with stage
in 1 minute and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gh/migrations/0002_big.py
0 → 100644
View file @
1083f84c
# Generated by Django 3.2.3 on 2021-05-31 17:28
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'gh'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'githubchecksuite'
,
name
=
'id'
,
field
=
models
.
PositiveBigIntegerField
(
primary_key
=
True
,
serialize
=
False
),
),
]
gh/models.py
View file @
1083f84c
...
...
@@ -4,4 +4,4 @@ from django.db import models
class
GithubCheckSuite
(
models
.
Model
):
id
=
models
.
PositiveIntegerField
(
primary_key
=
True
)
id
=
models
.
Positive
Big
IntegerField
(
primary_key
=
True
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment