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
Just to point out that there is a typo in the create_item migration file. It should be:
t.string :name
Rather than 'nome'.
On another note, I upgraded the version of Rails to 3.0.4, and the migration wouldn't run on the sharded database.
The following is my version of the Gemfile: https://gist.github.com/866382
Please help me in resolving this issue. Thanks in advance,
Jerry
The text was updated successfully, but these errors were encountered:
Just to point out that there is a typo in the create_item migration file. It should be:
t.string :name
Rather than 'nome'.
On another note, I upgraded the version of Rails to 3.0.4, and the migration wouldn't run on the sharded database.
The following is my version of the Gemfile:
https://gist.github.com/866382
Please help me in resolving this issue. Thanks in advance,
Jerry
The text was updated successfully, but these errors were encountered: