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: docs/en/namespaces.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,15 +90,15 @@ Let's take a closer look on how the paths are resolved, let's start with the non
90
90
This is the directory where Phinx will look for migrations when migrating.
91
91
NB. these migrations must not have a namespace.
92
92
93
-
.. image:: http://i.imgur.com/l84308Q.jpg
93
+
.. image:: https://i.imgur.com/l84308Q.jpg
94
94
95
95
This image shows the path for "./db/migrations" where "Phinx" is the project root.
96
96
97
97
And the namespaced path would be resolved as shown below.
98
98
99
99
"./src/FooBar/db/migrations" would resolve to <project-root>/src/FooBar/db/migrations, which is where Phinx will look for migrations in the Foo\\Bar namespace.
100
100
101
-
.. image:: http://i.imgur.com/2mg0V8V.jpg
101
+
.. image:: https://i.imgur.com/2mg0V8V.jpg
102
102
103
103
The file path would look like this, if the project-root was "Phinx"
0 commit comments