Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pole-Web
Website
Commits
e57045c5
Commit
e57045c5
authored
Nov 26, 2020
by
MOREAU Ulysse
Committed by
VAN ZUIJLEN Nils
Nov 27, 2020
Browse files
Remove migrations and make one big migration, because inconsistencies were detected from 0017
Squash migrations because of inconsistencies in 0017
parent
72b03bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
boutique/migrations/0017_auto_20201126_2321.py
0 → 100644
View file @
e57045c5
# Generated by Django 2.2.16 on 2020-11-27 10:24
from
django.db
import
migrations
from
django.db
import
models
class
Migration
(
migrations
.
Migration
):
replaces
=
[
(
"boutique"
,
"0017_auto_20201117_1842"
),
(
"boutique"
,
"0018_auto_20201117_1936"
),
(
"boutique"
,
"0019_auto_20201117_2156"
),
(
"boutique"
,
"0020_auto_20201117_2231"
),
(
"boutique"
,
"0021_auto_20201117_2234"
),
(
"boutique"
,
"0022_auto_20201122_2052"
),
]
dependencies
=
[
(
"boutique"
,
"0016_auto_20200904_2132"
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
"item"
,
name
=
"customization"
,
field
=
models
.
BooleanField
(
default
=
False
),
),
migrations
.
AddField
(
model_name
=
"item"
,
name
=
"option"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
migrations
.
AddField
(
model_name
=
"item"
,
name
=
"option_label"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
migrations
.
AddField
(
model_name
=
"item"
,
name
=
"second_option"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
migrations
.
AddField
(
model_name
=
"item"
,
name
=
"second_option_label"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
migrations
.
AddField
(
model_name
=
"orderitem"
,
name
=
"customization"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
migrations
.
AddField
(
model_name
=
"orderitem"
,
name
=
"option"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
migrations
.
AddField
(
model_name
=
"orderitem"
,
name
=
"second_option"
,
field
=
models
.
CharField
(
blank
=
True
,
default
=
""
,
max_length
=
255
),
),
]
Write
Preview
Supports
Markdown
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