On Dec 10, 2014, at 09:05 27, drew Roberts <[email protected]> wrote:

> I have a fresh install from the tryphon repositories on ubuntu 14.04.1 LTS.
> 
> Things are going well until I try to save a clock built in rdlogmanager.
> Only one event will save.

There is a known regression in v2.10.2 that can cause this problem if the 
database was created using that version.  The following SQL statement should 
fix it:

        ALTER TABLE EVENTS ADD COLUMN HAVE_CODE2 VARCHAR(10) AFTER HAVE_CODE

Again, this is necessary *only* if the DB in question was created using 
v2.10.2.  Users upgrading from earlier versions are not affected.

The regression has been fixed in git master.

Cheers!


|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |              Chief Developer             |
|                           |              Paravel Systems             |
|----------------------------------------------------------------------|
|          A room without books is like a body without a soul.         |
|                                         -- Cicero                    |
|----------------------------------------------------------------------|

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to