From 9660580f951ee33b6bfd8eef6747d2ea711791d8 Mon Sep 17 00:00:00 2001 From: MallocNull Date: Tue, 18 Nov 2014 14:33:44 -0600 Subject: [PATCH] aids fgt --- sql/structure.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/structure.sql b/sql/structure.sql index 018bef5..b0e3d9d 100644 --- a/sql/structure.sql +++ b/sql/structure.sql @@ -25,8 +25,8 @@ CREATE TABLE IF NOT EXISTS `autonomous` ( `parameters` longtext NOT NULL, `autolink` int(11) NOT NULL DEFAULT '-1', `linkrespond` tinyint(1) NOT NULL DEFAULT '1', - `timeout` bigint(20) NOT NULL, - `torandomness` bigint(20) NOT NULL, + `timeout` bigint(20) NOT NULL DEFAULT 1, + `torandomness` bigint(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;