[dev] Upgrading OTRS from 3.0.9 to 3.1.5

2012-05-25 Thread Aaron G. Angeles
Hi Guys, Can anyone help me convert the following code for MSSQL? ALTER IGNORE TABLE ticket_flag ADD CONSTRAINT ticket_flag_per_user UNIQUE INDEX (ticket_id, ticket_key, create_by); Thanks in advance! Aaron ___ OTRS mailing list: dev - Webpage:

Re: [dev] Upgrading OTRS from 3.0.9 to 3.1.5

2012-05-25 Thread Michiel Beijen
Aaron G. Angeles schreef op 2012-05-25 16:19: Can anyone help me convert the following code for MSSQL? ALTER IGNORE TABLE ticket_flag ADD CONSTRAINT ticket_flag_per_user UNIQUE INDEX (ticket_id, ticket_key, create_by); Hi Aaron; you should not have to! Check