Fixed quoting in MySQL update script

release-0.6
thomascube 18 years ago
parent 380aed9422
commit 9cdb93420e

@ -7,5 +7,5 @@ ALTER TABLE `messages`
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;

Loading…
Cancel
Save