thomascube
2006-09-14 9cdb93420ed7f44393bdd5d8c51d21d11b38c599
SQL/mysql.update.sql
@@ -7,5 +7,5 @@
  ADD `structure` TEXT,
  ADD UNIQUE `uniqueness` (`cache_key`, `uid`);
ALTER TABLE 'identities'
  ADD 'html_signature' tinyint(1) default 0 NOT NULL;
ALTER TABLE `identities`
  ADD `html_signature` tinyint(1) default 0 NOT NULL;