b6b5f6 Fix the issue_keys table for mysql

Authored and Committed by Pierre-Yves Chibon 8 years ago
    Fix the issue_keys table for mysql
    
    It seems mysql doesn't like TEXT field to be part of an unique constraint
    so go for a String(255) instead.
    
    Relates to https://pagure.io/pagure/issue/2377
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+1 -1