| List: | Eventum General Discussion | « Previous MessageNext Message » | |
| From: | Joao Prado Maia | Date: | September 25 2004 6:51am |
| Subject: | RE: Adding a "Note About Customer" fails in eventum 1.3 example C usto mer API | ||
| View as plain text | |||
Dick, > Here's the content of the error_handler.log file: > </snip> Yes, looks like there was a bug in the upgrade script that missed the 'cno_prj_id' field. I just fixed the upgrade script of 1.3.1 to 1.3.2 to check for that missing field, and add it if appropriate. Anyway, you can fix your schema right now by running the following: ALTER TABLE eventum_customer_note ADD COLUMN cno_prj_id int(11) unsigned NOT NULL; Please note that the above assumes that you are using "eventum_" as the table prefix. --Joao
| Thread | ||
|---|---|---|
| • Adding a "Note About Customer" fails in eventum 1.3 example Customer API | Dick Holland | 17 Sep |
| • RE: Adding a "Note About Customer" fails in eventum 1.3 example Custo mer API | Joao Prado Maia | 17 Sep |
| • RE: Adding a "Note About Customer" fails in eventum 1.3 example Custo mer API | Dick Holland | 18 Sep |
| • RE: Adding a "Note About Customer" fails in eventum 1.3 example C usto mer API | Joao Prado Maia | 25 Sep |
