mysql table

phildu - March 28, 2007 - 21:14
Project:Flickr Rippr
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Shiny
Status:closed
Description

i have try to manually create table because i dont know how to make .install, but without success
module don't write the flickr username in the table ??

lets 'see an export of my mysql tables :

CREATE TABLE `phil2_flickrusers` (
`uid` int(11) NOT NULL,
`flickrusername` text NOT NULL,
`cachejpegs` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

CREATE TABLE `phil2_flickrphotos` (
`flickrphoto_id` int(11) NOT NULL,
`nid` int(11) NOT NULL,
`lastfetched` timestamp NOT NULL default CURRENT_TIMESTAMP,
PRIMARY KEY (`flickrphoto_id`),
UNIQUE KEY `flickrphoto_id` (`flickrphoto_id`),
UNIQUE KEY `nid` (`nid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

any idea ?

#1

Shiny - May 3, 2007 - 10:41
Assigned to:Anonymous» Shiny
Status:active» fixed

Thanks! Added to CVS head

#2

Shiny - May 3, 2007 - 10:43

whoops -- wrong issue.
i meant to update http://drupal.org/node/130846

#3

Shiny - May 3, 2007 - 10:44
Status:fixed» active

#4

Shiny - May 7, 2007 - 03:28
Status:active» fixed

phildu : does the latest version work for you?
There are mysql table defs in the release now.

#5

Anonymous - May 21, 2007 - 03:30
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.