]> git.parisson.com Git - teleforma.git/commitdiff
add schema update script example
authoryomguy <yomguy@parisson.com>
Thu, 12 Apr 2012 10:14:11 +0000 (12:14 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 12 Apr 2012 10:14:11 +0000 (12:14 +0200)
example/update_schema.sh [new file with mode: 0755]

diff --git a/example/update_schema.sh b/example/update_schema.sh
new file mode 100755 (executable)
index 0000000..93714a9
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+./manage.py schemamigration teleforma --auto
+./manage.py schemamigration telemeta --auto
+./manage.py migrate
+