Skip to content

Commit

Permalink
Don't need to update migration logs manually any more
Browse files Browse the repository at this point in the history
Since we already use a file logger
  • Loading branch information
sloria committed Jun 11, 2015
1 parent 7fbedd2 commit 8927d58
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/osf/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,3 @@ Below is the skeleton of an example migration.
def test_do_migration(self):
# ...
After performing a migration
----------------------------

After running a migration script on a production machine, add a timestamped log in the docstring of the script, documenting what was done.

.. code-block:: python
"""Script to remove invalid GUID tag objects from the database.
Log:
Performed on production by sloria on 2014-08-15 at 11.45AM. 892 invalid GUID
objects were removed.
"""

0 comments on commit 8927d58

Please sign in to comment.