3 lines
120 B
Plaintext
3 lines
120 B
Plaintext
ALTER TABLE pp_articles_files ADD COLUMN o int(11) NOT NULL DEFAULT 0;
|
|
UPDATE pp_articles_files SET o = id WHERE o = 0;
|