> class VoltSensor(Storm): > __storm_table__ = "volt_sensors" (...) > class VoltageHit(Storm): > __storm_table__ = "volt_sensors"
You have two different types with different fields but with the same table. Shawn, as I explained earlier, this sounds like an incoherency in the used schema/types. We can't help you further if you don't provide a standalone example of the problem. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
