Code review comment for lp:~danilo/launchpad/bug-814580-cold-db

Revision history for this message
Stuart Bishop (stub) wrote :

Views with update rules are a pain, but this will work for transition.

I wonder if it is easier to do at the Python end? There we are usually only concerned with changing the __storm_table__ attribute on a single class based on if a table exists or if a db patch has been deployed, and could be done via database introspection or some mechanism like a flag being set in zookeeper.

« Back to merge proposal