Files

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

3 lines
138 B
SQL
Raw Permalink Normal View History

2018-02-01 03:50:32 -06:00
UPDATE `ipv4_mac` SET `context_name`='' WHERE `context_name` IS NULL;
ALTER TABLE `ipv4_mac` MODIFY `context_name` VARCHAR(128) NOT NULL;