[mythtv] Bootstrapping DB settings
Matt Zimmerman
mythtv-dev@snowman.net
Wed, 4 Dec 2002 20:20:33 -0500
On Wed, Dec 04, 2002 at 11:10:17AM -0500, Matt Zimmerman wrote:
> On Wed, Dec 04, 2002 at 07:05:32AM -0800, Bruce Markey wrote:
> > Editing and committing "Custom" a second time adds 13
> > new rows in codecparams with a profile value of 1 and
> > the "Custom" row then has all fields filled in correctly.
>
> Try dropping the recordingprofiles table and recreating it using the new
> 0-7-to-0-8.sql script. I think this was happening because the row is
> filled in one column at a time, but some of the columns were set to be NOT
> NULL. Let me know if this fixes the problem; I can't test it right now.
This was actually a simple error where I was testing the value of the wrong
variable. It'll be fixed in my next commit.
--
- mdz