You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: GETTING_STARTED.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ migrate -database YOUR_DATABASE_URL -path PATH_TO_YOUR_MIGRATIONS up
28
28
29
29
Just add the code to your app and you're ready to go!
30
30
31
-
Before commiting your migrations you should run your migrations up, down, and then up again to see if migrations are working properly both ways.
31
+
Before committing your migrations you should run your migrations up, down, and then up again to see if migrations are working properly both ways.
32
32
(e.g. if you created a table in a migration but reverse migration did not delete it, you will encounter an error when running the forward migration again)
33
33
It's also worth checking your migrations in a separate, containerized environment. You can find some tools at the [end of this document](#further-reading).
0 commit comments