1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-21 14:43:30 +01:00

Add Create Database alias

This commit is contained in:
Erwan ROUSSEL
2018-10-25 09:25:02 +02:00
parent 0c4be784b1
commit e35605a9a6
2 changed files with 2 additions and 0 deletions

View File

@@ -22,5 +22,6 @@ plugins=(... symfony2)
| `sfgc` | sf generate:command | Generate a command |
| `sfge` | sf doctrine:generate:entity | Generate an entity |
| `sfsu` | sf doctrine:schema:update | Update the schema in Database |
| `sfdc` | sf doctrine:database:create | Create the Database
| `sfdev` | sf --env=dev | Update environment to `dev` |
| `sfprod` | sf --env=prod | Update environment to `prod` |