mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Add doctrine:schema:update aliases
This commit is contained in:
parent
599831b85a
commit
e219707b9c
1 changed files with 2 additions and 0 deletions
|
|
@ -25,3 +25,5 @@ alias sfcw='sf cache:warmup'
|
||||||
alias sfroute='sf router:debug'
|
alias sfroute='sf router:debug'
|
||||||
alias sfcontainer='sf container:debug'
|
alias sfcontainer='sf container:debug'
|
||||||
alias sfgb='sf generate:bundle'
|
alias sfgb='sf generate:bundle'
|
||||||
|
alias sfdud='sf doctrine:schema:update --dump-sql'
|
||||||
|
alias sfduf='sf doctrine:schema:update --force'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue