Hi!
When I updated a 1.6.003 installation to 1.8, I got the following error
message.
Does this have a negative effect on the consostency of the calendar data?
Thanks,
Hans-Jürgen
AlterColumnSQL(‘egw_cal’,‘cal_creator’,Array ( [type] => int [precision]
=> 4 [comment] => creating user ) ) sql=Array ( [0] => ALTER TABLE
egw_cal
ADD cal_creator
INTEGER )
Duplicate column name ‘cal_creator’
AlterColumnSQL(‘egw_cal’,‘cal_created’,Array ( [type] => int [precision]
=> 8 [comment] => creation time of event ) ) sql=Array ( [0] => ALTER
TABLE egw_cal
ADD cal_created
BIGINT )
Duplicate column name ‘cal_created’
AlterColumnSQL(‘egw_cal’,‘cal_recurrence’,Array ( [type] => int
[precision] => 8 [nullable] => [default] => 0 [comment] => cal_start of
original recurrence for exception ) ) sql=Array ( [0] => ALTER TABLE
egw_cal
ADD cal_recurrence
BIGINT NOT NULL DEFAULT 0 )
Duplicate column name ‘cal_recurrence’
AlterColumnSQL(‘egw_cal_user’,‘cal_role’,Array ( [type] => varchar
[precision] => 64 [default] => REQ-PARTICIPANT ) ) sql=Array ( [0] =>
ALTER TABLE egw_cal_user
ADD cal_role
VARCHAR(64) DEFAULT
’REQ-PARTICIPANT’ )
Duplicate column name ‘cal_role’
CreateTableSQL(‘egw_cal_timezones’,‘tz_id I AUTOINCREMENT NOTNULL
PRIMARY, tz_tzid C(128) NOTNULL, tz_alias I4, tz_latitude I4,
tz_longitude I4, tz_component X’) sql=Array ( [0] => CREATE TABLE
egw_cal_timezones
( tz_id
INTEGER NOT NULL AUTO_INCREMENT, tz_tzid
VARCHAR(128) NOT NULL, tz_alias
INTEGER, tz_latitude
INTEGER,
tz_longitude
INTEGER, tz_component
TEXT, PRIMARY KEY (tz_id
)
)CHARACTER SET utf8 )
Table ‘egw_cal_timezones’ already exists
CreateIndexSQL(NULL,‘egw_cal_timezones’,‘tz_tzid’,Array ( [0] => UNIQUE
) ) sql=Array ( [0] => ALTER TABLE egw_cal_timezones
ADD UNIQUE INDEX
egw_cal_timezones_tz_tzid
(tz_tzid
) )
Duplicate key name ‘egw_cal_timezones_tz_tzid’
CreateIndexSQL(NULL,‘egw_cal_timezones’,‘tz_alias’,Array ( ) ) sql=Array
( [0] => ALTER TABLE egw_cal_timezones
ADD INDEX
egw_cal_timezones_tz_alias
(tz_alias
) )
Duplicate key name ‘egw_cal_timezones_tz_alias’
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers