here's Postgresql table definition

Shiny - January 14, 2006 - 05:17
Project:Meta tags
Version:4.6.x-1.x-dev
Component:Code
Category:task
Priority:critical
Assigned:Unassigned
Status:closed
Description

CREATE TABLE nodewords (
type text NOT NULL,
id text NOT NULL,
name text NOT NULL,
content text NULL,
PRIMARY KEY(type, id, name)
);

#1

Robrecht Jacques - May 12, 2006 - 12:17
Status:active» fixed

Fixed in 4.6.

I had no way to test it, but seems pretty obvious.

#2

Robrecht Jacques - May 24, 2006 - 06:44
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.