Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2009 at 08:13 UTC
Updated:
24 Aug 2009 at 03:00 UTC
I was playing with Schema module and it reported this.
Attached patch explicitly defines not null for the columns that are part of the primary key in CTools object cache table.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools_primary_keys_not_null.patch | 1.06 KB | markus_petrux |
Comments
Comment #1
markus_petrux commentedComment #2
merlinofchaos commentedDoes this need a _update_X to go with it to modify the existing schema to match?
Comment #3
markus_petrux commentedNot null is implicit in both MySQL and PostgrSQL. So it's just a patch for consistency. :)
Comment #4
merlinofchaos commentedCommitted, then.