Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bonnegent Sebastien
pao
Commits
038187ab
Commit
038187ab
authored
Nov 29, 2022
by
Recordon Elisa
Browse files
fix(migrations): oubli migrations rectifié
#105
parent
254c2953
Pipeline
#18083
passed with stages
in 5 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/graph_models.png
View replaced file @
254c2953
View file @
038187ab
235 KB
|
W:
|
H:
236 KB
|
W:
|
H:
2-up
Swipe
Onion skin
projets/migrations/0045_auto_20221129_2337.py
0 → 100644
View file @
038187ab
# Generated by Django 3.2.16 on 2022-11-29 22:37
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[(
"projets"
,
"0044_alter_sujet_description"
)]
operations
=
[
migrations
.
AlterField
(
model_name
=
"campagne"
,
name
=
"note"
,
field
=
models
.
BooleanField
(
default
=
False
)
),
migrations
.
AlterField
(
model_name
=
"campagne"
,
name
=
"ouvert"
,
field
=
models
.
BooleanField
(
default
=
False
),
),
]
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