Re: Page Element info field is wrong
"Piotras" <pp-VVDi8QVAvoBWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.web.midgard.devel |
|---|---|
| Message-ID | <[email protected]> |
> If you have problems with CVS Midgard that page element inheritance
> doesn't work, tbvlehe cure is to run the following:
>
> alter table pageelement modify column info set('inherit') NOT
> NULL default '';
I just commited fix to CVS HEAD. info property was defined as string only without
any dbtype which should be set in this case.
If it happens with branch-1-7 it means:
1. This is ghost critical exception as empty.sql is used the same as was used
in 1.4~1.5 releases. And we do not alter this table while dg is running.
2.DB was created or altered with midgard-schema from HEAD and then db was used
again for branch-1-7.
For second case we need additional config switch to alter tables.
Piotras