document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. protected/yiic migrate
  2.  
  3. Migrations directory: protected/migrations/
  4.  
  5. Creating initial schema_version table
  6. === Applying: m20090611153243_CreateTables =====================================
  7.     >> Creating table: posts
  8.     >> Adding index posts_title to table: posts
  9. === Marked as applied: m20090611153243_CreateTables ============================
  10.  
  11. === Applying: m20090612162832_CreateTags =======================================
  12.     >> Creating table: tags
  13.     >> Creating table: post_tags
  14.     >> Adding index post_tags_post_tag to table: post_tags
  15. === Marked as applied: m20090612162832_CreateTags ==============================
  16.  
  17. === Applying: m20090612163144_RenameTagsTable ==================================
  18.     >> Renaming table: post_tags to: post_tags_link_table
  19. === Marked as applied: m20090612163144_RenameTagsTable =========================
');