Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
0b23d39e
Commit
0b23d39e
authored
Nov 23, 2016
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix migrations after rebase
parent
b8c9aa4e
Pipeline
#423
passed with stage
in 2 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
25 deletions
+2
-25
core/migrations/0007_auto_20161108_1703.py
core/migrations/0007_auto_20161108_1703.py
+0
-23
core/migrations/0008_sithfile_asked_for_removal.py
core/migrations/0008_sithfile_asked_for_removal.py
+1
-1
sas/migrations/0001_initial.py
sas/migrations/0001_initial.py
+1
-1
No files found.
core/migrations/0007_auto_20161108_1703.py
deleted
100644 → 0
View file @
b8c9aa4e
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0006_merge'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'sithfile'
,
name
=
'is_authorized'
,
),
migrations
.
AddField
(
model_name
=
'sithfile'
,
name
=
'is_moderated'
,
field
=
models
.
BooleanField
(
verbose_name
=
'is moderated'
,
default
=
False
),
),
]
core/migrations/0008_sithfile_asked_for_removal.py
View file @
0b23d39e
...
...
@@ -7,7 +7,7 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'000
7
_auto_20161108_1703'
),
(
'core'
,
'000
6
_auto_20161108_1703'
),
]
operations
=
[
...
...
sas/migrations/0001_initial.py
View file @
0b23d39e
...
...
@@ -7,7 +7,7 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'000
7
_auto_20161108_1703'
),
(
'core'
,
'000
6
_auto_20161108_1703'
),
]
operations
=
[
...
...
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