diff options
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 |