Closed (fixed)
Project:
Recipe
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
10 Apr 2007 at 22:15 UTC
Updated:
24 Apr 2007 at 23:47 UTC
--- 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
Comment #1
brdwor commentedcommitted to 5.x-1.x-dev and HEAD.
thanks!
Comment #2
(not verified) commented