Database tables need

Dear Dolphin, I have necessary the database tables for "NotifyQueue" in the database of Dolphin Someone can help give me with the tables.  thanks. Robin
Quote · 11 Jun 2008

You can take the sql file from new dolphin pack.

----
Quote · 11 Jun 2008

Hello i have not the sql file more.

 

Hello we can me help from the table copie from the 'NotifyQueue" OUT THE DATABASE. I have not the info more and no sql file i need one copie from the tables "NotifyQueue" out te database from you.

 

Thanks Robin

Quote · 11 Jun 2008

 

You can take the sql file from new dolphin pack.

 

Hello i have not the sql file more.

 

Hello we can me help from the table copie from the 'NotifyQueue" OUT THE DATABASE. I have not the info more and no sql file i need one copie from the tables "NotifyQueue" out te database from you.

 

Thanks Robin

Quote · 11 Jun 2008

Dolphin Ver.6.1.1

 

-- Table structure for table `NotifyQueue`

--

CREATE TABLE `NotifyQueue` (

`Email` int(10) unsigned NOT NULL auto_increment,

`Msg` int(10) unsigned NOT NULL default '0',

`Creation` datetime NOT NULL default '0000-00-00 00:00:00',

`From` enum('Profiles','NotifyEmails','ProfilesMsgText') NOT NULL default 'Profiles',

`MsgText` mediumtext NOT NULL,

`MsgSubj` varchar(255) NOT NULL default '',

KEY `Msg` (`Msg`),

KEY `Email` (`Email`)

) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Quote · 11 Jun 2008

 

 

Dolphin Ver.6.1.1

 

-- Table structure for table `NotifyQueue`

--

CREATE TABLE `NotifyQueue` (

`Email` int(10) unsigned NOT NULL auto_increment,

`Msg` int(10) unsigned NOT NULL default '0',

`Creation` datetime NOT NULL default '0000-00-00 00:00:00',

`From` enum('Profiles','NotifyEmails','ProfilesMsgText') NOT NULL default 'Profiles',

`MsgText` mediumtext NOT NULL,

`MsgSubj` varchar(255) NOT NULL default '',

KEY `Msg` (`Msg`),

KEY `Email` (`Email`)

) ENGINE=MyISAM DEFAULT CHARSET=utf8;

 

Hello okweb,

 

Ferry Thanks for your copie from the notifyqueue.

I am happy whit the copie.

 

Greeting Robin

Quote · 11 Jun 2008

I mean you can download a new copy for that.

----
Quote · 14 Jun 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.