Skip to content

Commit ce0fd89

Browse files
committed
Updated README
1 parent 72688f1 commit ce0fd89

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,22 @@ $ php app/console phpcr:migrations:migrate 201501011200
111111
Reverting 1 version(s):
112112
- [1/4]: V201501011212
113113
````
114+
115+
Actions
116+
-------
117+
118+
In addition to specifying versions you can specify actions:
119+
120+
````bash
121+
$ php app/console phpcr:migrations:migrate up
122+
Upgrading 1 version(s):
123+
- [1/4]: V201501011212
124+
````
125+
126+
Actions are:
127+
128+
- `up`: Upgrade one version
129+
- `down`: Revert one version
130+
- `top`: Migrate to the latest version
131+
- `bottom`: Revert all migrations
132+

0 commit comments

Comments
 (0)