Skip to content

Instantly share code, notes, and snippets.

@pchaigno
Created January 4, 2015 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchaigno/828292fed285ad48ee97 to your computer and use it in GitHub Desktop.
Save pchaigno/828292fed285ad48ee97 to your computer and use it in GitHub Desktop.
Test of a bug in markdown with diff code samples?
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 746f4d2..a743bf2 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -472,1 +472,2 @@ backwards will raise an exception.
Data migrations and multiple databases
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-One of the challenges that can be encountered is figuring out whether
+or not to run a migration when using multiple databases.
particular database.
In order to do that you can filter inside of your data migration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment