Skip to content
GitLab
Menu
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
5997e762
Commit
5997e762
authored
Feb 24, 2020
by
Guilhem Saurel
Browse files
update
parent
727ece45
Pipeline
#8465
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gh/migrations/0001_initial.py
0 → 100644
View file @
5997e762
# Generated by Django 3.0.3 on 2020-02-24 14:23
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
initial
=
True
dependencies
=
[
]
operations
=
[
migrations
.
CreateModel
(
name
=
'GithubCheckSuite'
,
fields
=
[
(
'id'
,
models
.
PositiveIntegerField
(
primary_key
=
True
,
serialize
=
False
)),
],
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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