From 0ae4b39c8bd731b2708296371224c1df8749580f Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 12 Apr 2012 12:14:11 +0200 Subject: [PATCH] add schema update script example --- example/update_schema.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 example/update_schema.sh diff --git a/example/update_schema.sh b/example/update_schema.sh new file mode 100755 index 00000000..93714a93 --- /dev/null +++ b/example/update_schema.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +./manage.py schemamigration teleforma --auto +./manage.py schemamigration telemeta --auto +./manage.py migrate + -- 2.39.5