Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
767de79c
Commit
767de79c
authored
5 years ago
by
Fredrik Jonsson
Browse files
Options
Downloads
Patches
Plain Diff
Fix migration after merge.
parent
9904a43d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opentech/apply/activity/migrations/0025_add_batch_lead_event.py
+3
-3
3 additions, 3 deletions
...ch/apply/activity/migrations/0025_add_batch_lead_event.py
with
3 additions
and
3 deletions
opentech/apply/activity/migrations/002
4
_add_batch_lead_event.py
→
opentech/apply/activity/migrations/002
5
_add_batch_lead_event.py
+
3
−
3
View file @
767de79c
# Generated by Django 2.0.13 on 2019-07-
24 08:1
8
# Generated by Django 2.0.13 on 2019-07-
30 05:2
8
from
django.db
import
migrations
,
models
...
...
@@ -6,13 +6,13 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
activity
'
,
'
002
3_notify_partners
'
),
(
'
activity
'
,
'
002
4_add_review_edit_event
'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'
event
'
,
name
=
'
type
'
,
field
=
models
.
CharField
(
choices
=
[(
'
UPDATE_LEAD
'
,
'
Update Lead
'
),
(
'
BATCH_UPDATE_LEAD
'
,
'
Batch Update Lead
'
),
(
'
EDIT
'
,
'
Edit
'
),
(
'
APPLICANT_EDIT
'
,
'
Applicant Edit
'
),
(
'
NEW_SUBMISSION
'
,
'
New Submission
'
),
(
'
SCREENING
'
,
'
Screening
'
),
(
'
TRANSITION
'
,
'
Transition
'
),
(
'
BATCH_TRANSITION
'
,
'
Batch Transition
'
),
(
'
DETERMINATION_OUTCOME
'
,
'
Determination Outcome
'
),
(
'
BATCH_DETERMINATION_OUTCOME
'
,
'
Batch Determination Outcome
'
),
(
'
INVITED_TO_PROPOSAL
'
,
'
Invited To Proposal
'
),
(
'
REVIEWERS_UPDATED
'
,
'
Reviewers Updated
'
),
(
'
BATCH_REVIEWERS_UPDATED
'
,
'
Batch Reviewers Updated
'
),
(
'
PARTNERS_UPDATED
'
,
'
Partners Updated
'
),
(
'
PARTNERS_UPDATED_PARTNER
'
,
'
Partners Updated Partner
'
),
(
'
READY_FOR_REVIEW
'
,
'
Ready For Review
'
),
(
'
BATCH_READY_FOR_REVIEW
'
,
'
Batch Ready For Review
'
),
(
'
NEW_REVIEW
'
,
'
New Review
'
),
(
'
COMMENT
'
,
'
Comment
'
),
(
'
PROPOSAL_SUBMITTED
'
,
'
Proposal Submitted
'
),
(
'
OPENED_SEALED
'
,
'
Opened Sealed Submission
'
),
(
'
REVIEW_OPINION
'
,
'
Review Opinion
'
),
(
'
DELETE_SUBMISSION
'
,
'
Delete Submission
'
),
(
'
DELETE_REVIEW
'
,
'
Delete Review
'
)],
max_length
=
50
),
field
=
models
.
CharField
(
choices
=
[(
'
UPDATE_LEAD
'
,
'
Update Lead
'
),
(
'
BATCH_UPDATE_LEAD
'
,
'
Batch Update Lead
'
),
(
'
EDIT
'
,
'
Edit
'
),
(
'
APPLICANT_EDIT
'
,
'
Applicant Edit
'
),
(
'
NEW_SUBMISSION
'
,
'
New Submission
'
),
(
'
SCREENING
'
,
'
Screening
'
),
(
'
TRANSITION
'
,
'
Transition
'
),
(
'
BATCH_TRANSITION
'
,
'
Batch Transition
'
),
(
'
DETERMINATION_OUTCOME
'
,
'
Determination Outcome
'
),
(
'
BATCH_DETERMINATION_OUTCOME
'
,
'
Batch Determination Outcome
'
),
(
'
INVITED_TO_PROPOSAL
'
,
'
Invited To Proposal
'
),
(
'
REVIEWERS_UPDATED
'
,
'
Reviewers Updated
'
),
(
'
BATCH_REVIEWERS_UPDATED
'
,
'
Batch Reviewers Updated
'
),
(
'
PARTNERS_UPDATED
'
,
'
Partners Updated
'
),
(
'
PARTNERS_UPDATED_PARTNER
'
,
'
Partners Updated Partner
'
),
(
'
READY_FOR_REVIEW
'
,
'
Ready For Review
'
),
(
'
BATCH_READY_FOR_REVIEW
'
,
'
Batch Ready For Review
'
),
(
'
NEW_REVIEW
'
,
'
New Review
'
),
(
'
COMMENT
'
,
'
Comment
'
),
(
'
PROPOSAL_SUBMITTED
'
,
'
Proposal Submitted
'
),
(
'
OPENED_SEALED
'
,
'
Opened Sealed Submission
'
),
(
'
REVIEW_OPINION
'
,
'
Review Opinion
'
),
(
'
DELETE_SUBMISSION
'
,
'
Delete Submission
'
),
(
'
DELETE_REVIEW
'
,
'
Delete
Review
'
),
(
'
EDIT_REVIEW
'
,
'
Edit
Review
'
)],
max_length
=
50
),
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment