Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2006 at 05:17 UTC
Updated:
24 May 2006 at 06:44 UTC
CREATE TABLE nodewords (
type text NOT NULL,
id text NOT NULL,
name text NOT NULL,
content text NULL,
PRIMARY KEY(type, id, name)
);
Comments
Comment #1
Robrecht Jacques commentedFixed in 4.6.
I had no way to test it, but seems pretty obvious.
Comment #2
Robrecht Jacques commented