Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
120 B
MySQL
Raw Permalink Normal View History

UPDATE `ports` SET `ifLastChange` = 0;
ALTER TABLE `ports` CHANGE `ifLastChange` `ifLastChange` INT NOT NULL DEFAULT 0;