[Zone] Deprecate Zone expansion Field (#2297)

This commit is contained in:
Chris Miles
2022-07-14 02:49:35 -05:00
committed by GitHub
parent c8b3ca53fe
commit ddb5794462
5 changed files with 134 additions and 141 deletions
@@ -0,0 +1,2 @@
UPDATE `zone` set min_expansion = expansion;
ALTER TABLE `zone` DROP `expansion`;