/[drupal]/contributions/modules/http_redirect/http_redirect.mysql
ViewVC logotype

Contents of /contributions/modules/http_redirect/http_redirect.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Mar 11 09:43:38 2007 UTC (2 years, 8 months ago) by jondoesdrupal
Branch: MAIN
CVS Tags: HEAD
Initial release.
1 CREATE TABLE `http_redirect` (
2 `rid` int(10) NOT NULL default '0',
3 `url` varchar(128) NOT NULL default '',
4 `code` int(3) NOT NULL default '0'
5 ) ENGINE=MyISAM;

  ViewVC Help
Powered by ViewVC 1.1.2