From 59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Wed, 24 Jan 2018 01:19:18 +0100
Subject: add more cheat

---
 cheat/.cheat/wordpress | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 cheat/.cheat/wordpress

(limited to 'cheat/.cheat/wordpress')

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
-- 
cgit v1.2.1