Closed (fixed)
Project:
FeedAPI
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Jan 2008 at 18:47 UTC
Updated:
22 Feb 2008 at 14:41 UTC
I think "fiid" field of "feedapi_node_item" database table is unnecessary. "nid" as primary key should be enough.
Comments
Comment #1
alex_b commentedAgree.
Comment #2
aron novakComment #3
mustafau commentedIn
feedapi_node_update_4()function the following line$ret[] = db_query("ALTER TABLE {feedapi_node_item} DROP COLUMN fiid");should be
$ret[] = update_sql("ALTER TABLE {feedapi_node_item} DROP COLUMN fiid");Comment #4
aron novakThanks a lot for the notice! (finally i looked up api.drupal.org about the difference)
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.