--- recipe.install.orig 2007-04-10 17:13:02.748114016 -0500
+++ recipe.install 2007-04-10 17:03:24.730870747 -0500
@@ -40,7 +40,7 @@
break;

case 'pgsql':
- $s = db_query("CREATE TABLE {recipe}
+ $s = db_query("CREATE TABLE {recipe} (
nid integer NOT NULL,
source varchar(255),
yield integer NOT NULL,

Comments

brdwor’s picture

Assigned: Unassigned » brdwor
Status: Active » Fixed

committed to 5.x-1.x-dev and HEAD.

thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)