I have some questions about the booklink tutorial. I followed the instructions and everything was going well...until i got to the migrate section. At first, I was getting errors running the ./script/migrate command. After some figuring out, I realized I was still in the akelos core directory and needed to switch to my application (booklink) directory to run the command. So far, been catching my own mistakes. Once I did that, the ./script/migrate command seems to have worked. My terminal spat out a bunch of mysql operations. But, when I looked at my table structure in my databases there were extra fields that did not match the table structure presented in the tutorial.
ex. In the tutorial, it presented the author table with only 2 fields (name, id) In my author table I have "updated_at" and "created_at". Is this a result of using the migrate command?
Thanks,
CommentAuthorbermi
In order to keep the DRY principle Akelos add those columns since rev.423, the booklink tutorial at docs/booklink.markdown already reflects these changes, but we still need to get the Web version updated.