Skip to content

[FIX] schema: Removed the 'IF EXISTS' clause on KEY and COLUMN

Lupundu Yan requested to merge yan.lupundu/tiki:yan.tiki.sql into master

I found that on most mysql servers, the "IF EXISTS" clause applies without problem on tables but on columns it only applies on more recent versions. I deleted it so that the query would run without error everywhere.

Link: !1907 (comment 1156015721)

Merge request reports