Parent Directory
|
Revision Log
|
Revision Graph
Init version for Drupal 4.7.x
| 1 | CREATE TABLE `node_template` ( |
| 2 | `nid` int(10) unsigned NOT NULL, |
| 3 | `is_template` tinyint(1) default '0', |
| 4 | PRIMARY KEY (`nid`) |
| 5 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
| 6 | |
| 7 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |