Added in the upgrade sql file from 2.0.1 to 2.0.2
authorcindy li <cli@ocad.ca>
Tue, 30 Nov 2010 18:19:16 +0000 (18:19 -0000)
committercindy li <cli@ocad.ca>
Tue, 30 Nov 2010 18:19:16 +0000 (18:19 -0000)
docs/install/db/atutor_upgrade_2.0.1_to_2.0.2.sql [new file with mode: 0644]

diff --git a/docs/install/db/atutor_upgrade_2.0.1_to_2.0.2.sql b/docs/install/db/atutor_upgrade_2.0.1_to_2.0.2.sql
new file mode 100644 (file)
index 0000000..96e31ff
--- /dev/null
@@ -0,0 +1,2 @@
+# set the type of the mobile theme
+UPDATE `themes` SET `type` = 'Mobile' WHERE `dir_name` = 'mobile';