Patch attached. Seems to be working, but IM block is only showing up for user '1'... don't know why.

CommentFileSizeAuthor
im.install.patch736 bytesJamieR

Comments

sammys’s picture

Version: » 4.7.x-1.x-dev
Status: Needs review » Needs work

Hi 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

pahariwalla’s picture

Status: Needs work » Closed (won't fix)

4.7 version is no longer supported.