Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
dbfc1ea0
Commit
dbfc1ea0
authored
Feb 19, 2020
by
Gladys Forte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
{dev bugfix} delete migrations
parent
e34111be
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
786 deletions
+0
-786
app/entities/migrations/0001_initial.py
app/entities/migrations/0001_initial.py
+0
-735
app/entities/migrations/0002_auto_20200205_1707.py
app/entities/migrations/0002_auto_20200205_1707.py
+0
-26
app/entities/migrations/0003_auto_20200206_1422.py
app/entities/migrations/0003_auto_20200206_1422.py
+0
-25
No files found.
app/entities/migrations/0001_initial.py
deleted
100644 → 0
View file @
e34111be
This diff is collapsed.
Click to expand it.
app/entities/migrations/0002_auto_20200205_1707.py
deleted
100644 → 0
View file @
e34111be
# Generated by Django 2.2 on 2020-02-05 17:07
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'entities'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'changerequestformattachments'
,
name
=
'file_upload'
,
field
=
models
.
ForeignKey
(
default
=
1
,
on_delete
=
django
.
db
.
models
.
deletion
.
PROTECT
,
related_name
=
'form_attachments'
,
to
=
'entities.MasterAttachment'
),
preserve_default
=
False
,
),
migrations
.
AlterField
(
model_name
=
'changerequesttemplateattachments'
,
name
=
'file_upload'
,
field
=
models
.
ForeignKey
(
default
=
1
,
on_delete
=
django
.
db
.
models
.
deletion
.
PROTECT
,
related_name
=
'template_attachments'
,
to
=
'entities.MasterAttachment'
),
preserve_default
=
False
,
),
]
app/entities/migrations/0003_auto_20200206_1422.py
deleted
100644 → 0
View file @
e34111be
# Generated by Django 2.2 on 2020-02-06 14:22
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'entities'
,
'0002_auto_20200205_1707'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'changerequestformheader'
,
name
=
'company_desc'
,
),
migrations
.
RemoveField
(
model_name
=
'changerequestformheader'
,
name
=
'department_desc'
,
),
migrations
.
RemoveField
(
model_name
=
'changerequestformheader'
,
name
=
'requested_desc'
,
),
]
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