Closed (cannot reproduce)
Project:
Multiping
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 15:43 UTC
Updated:
11 Jun 2011 at 00:52 UTC
multiping.install does not make schema to postgresql. The data type "text" does not require size filed.
The postgresql seems to require insert null value to serial primal key "id".
I fixed these points to attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| multiping.diff | 3.57 KB | iktaka |
Comments
Comment #1
voxpelli commentedCan you check if this patch is still needed and reroll it with correct whitespace?
I have no postgresql environment to test with currently unfortunately - probably should set one up...
Sorry for extremely late reply :)
Comment #2
dgtlmoon commentedI just checked the current .install from 6.x-1-dev and everything mentioned in this issue+patch appears to already be fixed?
Comment #3
dgtlmoon commentedremoved text length 4000 from schema (not required for this type of field)