Indeed, thanks for catching that. There's one additional issue, as discussed on IRC: 19:07 <RainCT> seiflotfy: should ZG 0.7 and 0.8 be compatible? 19:08 <seiflotfy> RainCT, how so ur asing 19:09 <RainCT> ZG isn't specifying the column names when it creates an event 19:09 <RainCT> so if you update to 0.8 and run 0.7 it will put stuff in the wrong columns 19:11 <RainCT> I think a workaround would be adding the new columns to the end of the table (which sucks since the table will look ugly :P) and then having a triger which looks for inserts into events 19:11 <RainCT> and if subj_id_current is empty sets it to the same value as subj_id 19:26 <mhr3> making the db non-backwards compatible would probably be better 19:26 <mhr3> of course do a backup before converting it first -- https://code.launchpad.net/~zeitgeist/zeitgeist/dbschema4/+merge/52265 Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/storagemonitor2.
_______________________________________________ Mailing list: https://launchpad.net/~zeitgeist Post to : [email protected] Unsubscribe : https://launchpad.net/~zeitgeist More help : https://help.launchpad.net/ListHelp

