I do not see where that changes anything, take for instance if you wanted to make all of expansion 15 require a certain key.
Code:
UPDATE zone SET flag_needed='some_flag' WHERE expansion='15';
There may be some better way of doing it, but I think this would work.