Shout: Fix default table name for devices
authorBen Klang <ben@alkaloid.net>
Wed, 13 Jan 2010 15:02:50 +0000 (10:02 -0500)
committerBen Klang <ben@alkaloid.net>
Wed, 13 Jan 2010 15:14:00 +0000 (10:14 -0500)
shout/config/conf.xml

index d158a92..00c4fd2 100644 (file)
@@ -20,7 +20,7 @@
     <case name="Sql" desc="SQL">
      <configsection name="params">
       <configsql switchname="driverconfig" />
-      <configstring name="table" desc="Table to hold the list of contexts/customers" required="true">contexts</configstring>
+      <configstring name="table" desc="Table to hold the list of contexts/customers" required="true">shout_contexts</configstring>
      </configsection>
     </case>
    </configswitch>