Changeset 346 in subversion


Ignore:
Timestamp:
Sep 14, 2006 9:27:53 AM (7 years ago)
Author:
thomasb
Message:

Fixed quoting in MySQL update script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/SQL/mysql.update.sql

    r344 r346  
    88  ADD UNIQUE `uniqueness` (`cache_key`, `uid`); 
    99 
    10 ALTER TABLE 'identities' 
    11   ADD 'html_signature' tinyint(1) default 0 NOT NULL; 
     10ALTER TABLE `identities` 
     11  ADD `html_signature` tinyint(1) default 0 NOT NULL; 
Note: See TracChangeset for help on using the changeset viewer.