2 lines
84 B
MySQL
2 lines
84 B
MySQL
|
|
ALTER TABLE /*_*/imagelinks DROP KEY /*i*/il_from, ADD PRIMARY KEY (il_from,il_to);
|