You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an example datacut-extended.xml for datacut project specific tasks. Don't delete fuke if you don't have any project specific steps -->
<macrodef name="postActions">
<attribute name="schema" />
<sequential>
<!-- put here project specific post actions; if you don't have any please leave as is -->
</sequential>
</macrodef>
<macrodef name="midActions">
<attribute name="schema" />
<sequential>
<!-- put here project specific middle (intermediate) actions (between schema dropping and dump importing); if you don't have any please leave as is -->