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
33c15933
Commit
33c15933
authored
Feb 05, 2018
by
Guilhem Saurel
Browse files
forgotten migration
parent
cea9e6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/migrations/0012_branch_updated.py
0 → 100644
View file @
33c15933
# Generated by Django 2.0.1 on 2018-02-05 13:31
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'rainboard'
,
'0011_project_updated'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'branch'
,
name
=
'updated'
,
field
=
models
.
DateTimeField
(
blank
=
True
,
null
=
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