Options

BUG: Scripting user-defined table types changes

OrmOrm Posts: 9 New member
edited August 24, 2017 9:19AM in ReadyRoll
Hi,

I've encounter a problem with changing user-defined table types. The correct script where these types change would be
1. DROP all objects which use this type as input parameter
2. DROP/CREATE type
3. CREATE all objects again

I was under impression that ReadyRoll works like this, but I've changed a table type recently and ReadyRoll' created migration script doesn't include any procedure drop/create.

Sign In or Register to comment.