]> git.donarmstrong.com Git - infobot.git/blobdiff - setup/sqlite/factoids.sql
use result div in babelfish
[infobot.git] / setup / sqlite / factoids.sql
index 8eb38b61df4c02cde734c4f9a6b44f37eb6349b7..dc3f595e3136e0b4c06c494e5612bbb65f80ee1e 100644 (file)
@@ -1,5 +1,5 @@
 CREATE TABLE factoids (
- factoid_key VARCHAR(100) NOT NULL,
+ factoid_key VARCHAR(64) NOT NULL,
  requested_by VARCHAR(100) DEFAULT NULL,
  requested_time INT DEFAULT NULL,
  requested_count SMALLINT UNSIGNED NOT NULL DEFAULT '0',