/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

  1. <cfcomponent extends="[extends]" hint="[description]">
  2. <cffunction name="up">
  3. <cfscript>
  4. execute('');
  5. </cfscript>
  6. </cffunction>
  7. <cffunction name="down">
  8. <cfscript>
  9. execute('');
  10. </cfscript>
  11. </cffunction>
  12. </cfcomponent>