[mythtv] 0.23 and trunk interoperability

Gavin Hurlbut gjhurlbu at gmail.com
Wed Apr 7 16:52:21 UTC 2010


On Tue, Apr 6, 2010 at 8:57 PM, Nigel Pearson <nigel at ind.tansu.com.au> wrote:
>>> I guess someone should add code to prompt
>>> for schema upgrade in mythweather ?
>>
>> It automatically upgrades, just the same as the main mythtv code and
>> other plugins do.
>
> Only if you have a DBSchemaAutoUpgrade setting of 1.
> Use an SQL query to remove that setting, or set it 0/-1:
>
> e.g.
> UPDATE settings SET data="-1" WHERE value="DBSchemaAutoUpgrade";
>
> and you will get a schema upgrade prompt from mythfrontend
> for almost every plugin except MythWeather.
>
>
> Try a test with:
> UPDATE settings SET data="1016" WHERE value="MusicDBSchemaVer";

Ah yes, I get ya now.  I guess this will be on my list to fix in
mythweather if someone else doesn't beat me to it.  My time over the
next week is pretty limited, but after that, we'll see ;)

If someone else beats me to it, that's not a problem either :)


More information about the mythtv-dev mailing list