Closed (won't fix)
Project:
Instant messenger
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2006 at 21:19 UTC
Updated:
19 Mar 2009 at 18:09 UTC
Patch attached. Seems to be working, but IM block is only showing up for user '1'... don't know why.
| Comment | File | Size | Author |
|---|---|---|---|
| im.install.patch | 736 bytes | JamieR |
Comments
Comment #1
sammys commentedHi JamieR,
Thanks for submitting the patch. Drupal core convention for integer fields is simply integer type. Text fields are allowed and timestamp, although it's a type, PostgreSQL can differentiate between a field name and type name. Your patch most certainly works, but it's non-standard.
As far as I can see, the module install fails only because of the serial unsigned line. This should be changed to:
mid serial CHECK (mid >= 0),Please reroll the patch leaving the other fields as they are and see if that works.
Cheers,
--
Sammy Spets
Synerger
http://synerger.com
Comment #2
pahariwalla commented4.7 version is no longer supported.