thomascube
2006-09-14 9cdb93420ed7f44393bdd5d8c51d21d11b38c599
Fixed quoting in MySQL update script

1 files modified
4 ■■■■ changed files
SQL/mysql.update.sql 4 ●●●● patch | view | raw | blame | history
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;