Portugao / Transport

Transport is a module for Zikula - Transporting datas from one database to another
https://homepages-mit-zikula.de
2 stars 0 forks source link

htmlpages -> pages #8

Closed bvdbos closed 6 years ago

bvdbos commented 12 years ago

http://community.zikula.org/module-Forum-viewtopic-topic-58639.htm

Portugao commented 12 years ago

Do you have tables as example?

bvdbos commented 12 years ago

attached is a sample pnhtmlpages.sql

CREATE TABLE IF NOT EXISTS pn_htmlpages ( pn_pid int(11) NOT NULL AUTO_INCREMENT, pn_uid int(11) NOT NULL DEFAULT '0', pn_title varchar(128) NOT NULL DEFAULT '', pn_content longtext, pn_timest timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, pn_printlink tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (pn_pid) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=141 ;

Portugao commented 12 years ago

Very nice, but I asked for tables to import.....

Portugao commented 12 years ago

Ok, thanks a lot. I will see, what I can do!