Package ZenModel :: Package migrate :: Module clearid
[show private | hide private]
[frames | no frames]

Module ZenModel.migrate.clearid

Add a clearid column to the status and history tables
Classes
ClearId Add a clearid column to the status and history tables

Variable Summary
str __version__ = ''
str trigger = '\n    CREATE TRIGGER status_delete BEFORE DEL...

Variable Details

__version__

Type:
str
Value:
''                                                                     

trigger

Type:
str
Value:
'''
    CREATE TRIGGER status_delete BEFORE DELETE ON status
    FOR EACH ROW INSERT INTO history VALUES (
            OLD.dedupid,
            OLD.evid,
            OLD.device,
            OLD.component,
            OLD.eventClass,
...                                                                    

Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 http://epydoc.sf.net