Fix table prefixing in patch-change_tag-change_tag_rc_tag_id.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-module_deps-fix-pk.sql
1 ALTER TABLE /*_*/module_deps DROP KEY /*i*/md_module_skin, ADD PRIMARY KEY (md_module,md_skin);