From: timriker Date: Thu, 21 Aug 2003 17:39:31 +0000 (+0000) Subject: if requested_by is NOT NULL, then we better fill it in on creation X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe6f1b3f90900beb24518e85759538ff69720d06;p=infobot.git if requested_by is NOT NULL, then we better fill it in on creation git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@806 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/setup/factoids.sql b/setup/factoids.sql index e594b61..9711a94 100644 --- a/setup/factoids.sql +++ b/setup/factoids.sql @@ -1,7 +1,7 @@ CREATE TABLE factoids ( factoid_key VARCHAR(64) NOT NULL, - requested_by VARCHAR(64) NOT NULL, + requested_by VARCHAR(64) NOT NULL DEFAULT 'nobody', requested_time INT NOT NULL DEFAULT '0', requested_count SMALLINT UNSIGNED NOT NULL DEFAULT '0', created_by VARCHAR(64),