Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
d511bdef
Commit
d511bdef
authored
Aug 17, 2017
by
Skia
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'consignes' into 'master'
Wtf forgot this little guy See merge request
!95
parents
83b00450
6cfdcb09
Pipeline
#1145
passed with stage
in 6 minutes and 38 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
counter/migrations/0014_auto_20170816_1521.py
counter/migrations/0014_auto_20170816_1521.py
+19
-0
No files found.
counter/migrations/0014_auto_20170816_1521.py
0 → 100644
View file @
d511bdef
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'counter'
,
'0013_customer_recorded_products'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'customer'
,
name
=
'recorded_products'
,
field
=
models
.
IntegerField
(
default
=
0
,
verbose_name
=
'recorded product'
),
),
]
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