diff options
author | neodarz <neodarz@neodarz.net> | 2018-01-24 01:19:18 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-01-24 01:19:18 +0100 |
commit | 59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a (patch) | |
tree | 5a71d993f24a959bc9dd7f0ab0c572c2fa3d6eee /cheat/.cheat/wordpress | |
parent | 92d3ce5139a7a72afe56c2ac3a8991c33dca364c (diff) | |
download | dotfiles_ascii-59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a.tar.xz dotfiles_ascii-59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a.zip |
add more cheat
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/wordpress | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cheat/.cheat/wordpress b/cheat/.cheat/wordpress new file mode 100644 index 0000000..579b684 --- /dev/null +++ b/cheat/.cheat/wordpress @@ -0,0 +1,5 @@ +#Create database +console doctrine:database:create + +#update database +console doctrine:schema:update --force |