Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
barrierefreieapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Dennis Appel
barrierefreieapp
Commits
1effcd5e
Commit
1effcd5e
authored
Dec 17, 2018
by
Dennis Appel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix database conflict
parent
d3c8d3fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
25 deletions
+2
-25
0007_checklistcategory_checklistcategory.py
...st/migrations/0007_checklistcategory_checklistcategory.py
+0
-19
0007_checklistcategory_wikientry.py
checklist/migrations/0007_checklistcategory_wikientry.py
+2
-6
No files found.
checklist/migrations/0007_checklistcategory_checklistcategory.py
deleted
100644 → 0
View file @
d3c8d3fe
# Generated by Django 2.1.3 on 2018-12-17 17:59
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'checklist'
,
'0006_auto_20181217_1833'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'checklistcategory'
,
name
=
'checklistCategory'
,
field
=
models
.
ForeignKey
(
default
=
1
,
on_delete
=
django
.
db
.
models
.
deletion
.
SET_DEFAULT
,
to
=
'checklist.CheckListCategory'
),
),
]
checklist/migrations/000
8_auto_20181217_1904
.py
→
checklist/migrations/000
7_checklistcategory_wikientry
.py
View file @
1effcd5e
# Generated by Django 2.1.3 on 2018-12-17 18:0
4
# Generated by Django 2.1.3 on 2018-12-17 18:0
7
from
django.db
import
migrations
,
models
import
django.db.models.deletion
...
...
@@ -8,14 +8,10 @@ class Migration(migrations.Migration):
dependencies
=
[
(
'wiki'
,
'0001_initial'
),
(
'checklist'
,
'000
7_checklistcategory_checklistcategory
'
),
(
'checklist'
,
'000
6_auto_20181217_1833
'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'checklistcategory'
,
name
=
'checklistCategory'
,
),
migrations
.
AddField
(
model_name
=
'checklistcategory'
,
name
=
'wikiEntry'
,
...
...
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