]> WPIA git - gigi.git/blobdiff - doc/tableStructure.sql
[Database] implement the stuff for requesting domain reping.
[gigi.git] / doc / tableStructure.sql
index 468f2bbef35002c90abcb62fd52b9c3af417a355..9ad4d13474a831bddc1770070df2400a27349cf1 100644 (file)
@@ -79,6 +79,7 @@ CREATE TABLE `pingconfig` (
   `domainid` int(11) NOT NULL,
   `type` enum('email', 'ssl', 'http', 'dns') NOT NULL,
   `info` varchar(255) NOT NULL,
+  `reping` enum('y','n') NOT NULL DEFAULT 'n',
   PRIMARY KEY (`id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;