Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / sql / create_node_content.sql
diff --git a/sql/create_node_content.sql b/sql/create_node_content.sql
new file mode 100644 (file)
index 0000000..6730414
--- /dev/null
@@ -0,0 +1,4 @@
+CREATE TABLE node_content (
+  node_id int(13) NOT NULL default '0',
+  node_content text,
+) TYPE=MyISAM
\ No newline at end of file
This page took 0.116894 seconds and 4 git commands to generate.