aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/wordpress
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/.cheat/wordpress')
-rw-r--r--cheat/.cheat/wordpress5
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