--// {DESCRIPTION}
-- Migration SQL that makes the change goes here.
{SQL_UP}
-- @UNDO
-- SQL to undo the change goes here.
{SQL_DOWN}