Fixed .gitignores - now we can use git clean -dn on production server
[mirrors/Kyberia-bloodline.git] / sql / create_node_content.sql
CommitLineData
b42b2bf9
H
1CREATE TABLE node_content (
2 node_id int(13) NOT NULL default '0',
3 node_content text,
4) TYPE=MyISAM
This page took 0.133246 seconds and 4 git commands to generate.