Here's a more specific URL:
http://guides.rails.info/migrations.html#_changing_migrations .

Craig

On Wed, Dec 31, 2008 at 12:31 AM, Craig Demyanovich
<cdemyanov...@gmail.com>wrote:

> Generally, don't edit migrations. Instead, write a new one. See
> http://guides.rails.info/migrations.html for more details.
>
> Regards,
> Craig
>
>
> On Wed, Dec 31, 2008 at 12:21 AM, Zhao Yi <
> rails-mailing-l...@andreas-s.net> wrote:
>
>>
>> There is a table existed in sqlite3 database. I want to change a column
>> type in this table. I modified the file
>> db/migrate/20081229XXXX_create_project.rb and run "rake db:migrate". But
>> it doesn't update the table. How can I update the table with the new
>> definition.
>> --
>> Posted via http://www.ruby-forum.com/.
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to