summaryrefslogtreecommitdiffstats
path: root/modules-available/passthrough/install.inc.php
blob: e08be38ba0b9466a329c63de932aeba81da48e36 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

$result[] = tableCreate('passthrough_group', "
  `groupid` varchar(32) CHARACTER SET ascii DEFAULT NULL,
  `title` varchar(200) NOT NULL,
  PRIMARY KEY (`groupid`)
");

responseFromArray($result);