Re: why is configuration.default_value = value

2013-08-22 Thread Darren Shepherd
when cloudstack updated anything in the table. > > The rule though is cloudstack should never automatically update the value > table other than the initial setup. I'll write something up for this. > > --Alex > > > -Original Message- > > From: Darren Shepherd [mailt

RE: why is configuration.default_value = value

2013-08-22 Thread Alex Huang
hing up for this. --Alex > -Original Message- > From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Thursday, August 22, 2013 9:40 AM > To: dev@cloudstack.apache.org > Subject: why is configuration.default_value = value > > Completely random, but I was just reading t

why is configuration.default_value = value

2013-08-22 Thread Darren Shepherd
Completely random, but I was just reading through SQL and stumbled upon schema-420to430.sql and noticed UPDATE `cloud`.`configuration` SET `default_value` = `value`; Seems bad to just set the default value as what was currently set at that time. If we want defaults, should probably go through