diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-14 13:27:53 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-14 13:27:53 +0000 |
| commit | 608ef150220da932074b6a11b04395e235e53a2d (patch) | |
| tree | c520415c9e8f672fcc5a2911ef24d8d57d4c6db9 /roundcubemail/SQL/mysql.update.sql | |
| parent | d4fa8f140affad6812a31b04e8b1a1675e4afb4c (diff) | |
Fixed quoting in MySQL update script
git-svn-id: https://svn.roundcube.net/trunk@346 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index b16f2555f..308083279 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -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; |
