Skip to content
Permalink
38260a5df1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
4 lines (4 sloc) 97 Bytes
ALTER TABLE mxq_job
DROP COLUMN job_id_new,
DROP COLUMN job_id_old,
DROP COLUMN job_id_first;