/plugins/dbmigrate/templates/execute.cfc
http://raihan.googlecode.com/ · ColdFusion CFScript · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · bf0d3711d3c27e21e1e8350654eb2368 MD5 · raw file
- <cfcomponent extends="[extends]" hint="[description]">
- <cffunction name="up">
- <cfscript>
- execute('');
- </cfscript>
- </cffunction>
- <cffunction name="down">
- <cfscript>
- execute('');
- </cfscript>
- </cffunction>
- </cfcomponent>