Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cs_comments_service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
edx
cs_comments_service
Commits
e859ad7d
Commit
e859ad7d
authored
Sep 23, 2013
by
jimabramson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added warning to CHANGELOG about running sk migration while online
parent
a1da8b80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
CHANGELOG.rst
+5
-1
No files found.
CHANGELOG.rst
View file @
e859ad7d
...
...
@@ -8,8 +8,12 @@ the top. Include a label indicating the component affected.
**models:** added a new sorting key and index to `Comment` documents, removing the need
for certain hierarchical db queries. Also added a copy of the author's username
to `Comment` and `CommentThread` models, to reduce the number db queries.
IMPORTANT: these changes require a data backpopulation to be run BEFORE deploying
IMPORTANT:
- these changes require a data backpopulation to be run BEFORE deploying
updated code. The backpopulation script is located at
scripts/db/migrate-001-sk-author_username.js
and should be run directly against your MongoDB instance.
- If your application is online while the migration script is running, you should run
the script a second time after deploying the application. This is to backpopulate any
new content that may have been created between the first run and the application update.
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