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
89b681d4
Commit
89b681d4
authored
6 years ago
by
Todd Dembrey
Browse files
Options
Downloads
Patches
Plain Diff
GH-960: refresh migrations
parent
c104c6f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
opentech/apply/activity/migrations/0017_add_review_opinion.py
+18
-0
18 additions, 0 deletions
...tech/apply/activity/migrations/0017_add_review_opinion.py
with
18 additions
and
0 deletions
opentech/apply/activity/migrations/001
5
_add_review_opinion
_message
.py
→
opentech/apply/activity/migrations/001
7
_add_review_opinion.py
+
18
−
0
View file @
89b681d4
# Generated by Django 2.0.
10
on 2019-02-18
16:21
# Generated by Django 2.0.
9
on 2019-02-18
08:43
from
django.db
import
migrations
,
models
from
django.db
import
migrations
,
models
...
@@ -6,13 +6,13 @@ from django.db import migrations, models
...
@@ -6,13 +6,13 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
dependencies
=
[
(
'
activity
'
,
'
001
4
_add_batch_re
viewer_message
'
),
(
'
activity
'
,
'
001
6
_add_batch_re
ady
'
),
]
]
operations
=
[
operations
=
[
migrations
.
AlterField
(
migrations
.
AlterField
(
model_name
=
'
event
'
,
model_name
=
'
event
'
,
name
=
'
type
'
,
name
=
'
type
'
,
field
=
models
.
CharField
(
choices
=
[(
'
UPDATE_LEAD
'
,
'
Update Lead
'
),
(
'
EDIT
'
,
'
Edit
'
),
(
'
APPLICANT_EDIT
'
,
'
Applicant Edit
'
),
(
'
NEW_SUBMISSION
'
,
'
New Submission
'
),
(
'
SCREENING
'
,
'
Screening
'
),
(
'
TRANSITION
'
,
'
Transition
'
),
(
'
DETERMINATION_OUTCOME
'
,
'
Determination Outcome
'
),
(
'
INVITED_TO_PROPOSAL
'
,
'
Invited To Proposal
'
),
(
'
REVIEWERS_UPDATED
'
,
'
Reviewers Updated
'
),
(
'
BATCH_REVIEWERS_UPDATED
'
,
'
Batch Reviewers Updated
'
),
(
'
READY_FOR_REVIEW
'
,
'
Ready For Review
'
),
(
'
NEW_REVIEW
'
,
'
New Review
'
),
(
'
COMMENT
'
,
'
Comment
'
),
(
'
PROPOSAL_SUBMITTED
'
,
'
Proposal Submitted
'
),
(
'
OPENED_SEALED
'
,
'
Opened Sealed Submission
'
),
(
'
REVIEW_OPINION
'
,
'
Review Opinion
'
)],
max_length
=
50
),
field
=
models
.
CharField
(
choices
=
[(
'
UPDATE_LEAD
'
,
'
Update Lead
'
),
(
'
EDIT
'
,
'
Edit
'
),
(
'
APPLICANT_EDIT
'
,
'
Applicant Edit
'
),
(
'
NEW_SUBMISSION
'
,
'
New Submission
'
),
(
'
SCREENING
'
,
'
Screening
'
),
(
'
TRANSITION
'
,
'
Transition
'
),
(
'
BATCH_TRANSITION
'
,
'
Batch Transition
'
),
(
'
DETERMINATION_OUTCOME
'
,
'
Determination Outcome
'
),
(
'
INVITED_TO_PROPOSAL
'
,
'
Invited To Proposal
'
),
(
'
REVIEWERS_UPDATED
'
,
'
Reviewers Updated
'
),
(
'
BATCH_REVIEWERS_UPDATED
'
,
'
Batch Reviewers Updated
'
),
(
'
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
'
)],
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