diff options
Diffstat (limited to 'modules-available/passthrough/install.inc.php')
-rw-r--r-- | modules-available/passthrough/install.inc.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules-available/passthrough/install.inc.php b/modules-available/passthrough/install.inc.php new file mode 100644 index 00000000..e08be38b --- /dev/null +++ b/modules-available/passthrough/install.inc.php @@ -0,0 +1,9 @@ +<?php + +$result[] = tableCreate('passthrough_group', " + `groupid` varchar(32) CHARACTER SET ascii DEFAULT NULL, + `title` varchar(200) NOT NULL, + PRIMARY KEY (`groupid`) +"); + +responseFromArray($result);
\ No newline at end of file |