serafim / pagure

Forked from pagure 6 years ago
Clone

b6b5f6d Fix the issue_keys table for mysql

Authored and Committed by pingou 6 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