removed mods directory from the ATutor codebase
[atutor.git] / mods / hello_world / module.sql
diff --git a/mods/hello_world/module.sql b/mods/hello_world/module.sql
deleted file mode 100644 (file)
index b55f655..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# sql file for hello world module\r
-\r
-CREATE TABLE `hello_world` (\r
-   `hello_world_id` mediumint(8) unsigned NOT NULL,\r
-   `course_id` mediumint(8) unsigned NOT NULL,\r
-   `value` VARCHAR( 30 ) NOT NULL ,\r
-   PRIMARY KEY ( `hello_world_id` )\r
-);\r
-\r
-INSERT INTO `language_text` VALUES ('en', '_module','hello_world','Hello World',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_module','hello_world_tool','Hello World Content Tool',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_module','hello_world_text','A sample Hello World text for detailed homepage.',NOW(),'');
\ No newline at end of file