Kevin Williams
2007-Sep-26 16:06 UTC
Fwd: error with schema_info when doing multiple migrations
Posting to merb list in case it is a merb problem. (?!??) The error still happens with sequel 0.2.1. ---------- Forwarded message ---------- From: Kevin Williams <kevwil at gmail.com> Date: Sep 23, 2007 10:26 AM Subject: error with schema_info when doing multiple migrations To: sequel-talk at googlegroups.com I tried to post an issue to the project site but it kept giving me 500 server error messages. What steps will reproduce the problem? 0. install merb trunk gem and merb_sequel plugin trunk gem 1. create a merb trunk app 2. put the attached files in the appropriate places 3. run sequel:db:migrate What is the expected output? What do you see instead? I expected to see a "completed successfully" message. I got: rake aborted! table schema_info already exists My two tables were created, but schema_info has no records in it. What version of the product are you using? On what operating system? 0.2.0.2 gem on Mac OS X 10.4.10 Please provide any additional information below. It seems to error on updating the version after the migrations were completed. -- Cheers, Kevin Williams http://kevwil.com/ http://www.almostserio.us/ http://kevwil.jaiku.com/ -- Cheers, Kevin Williams http://kevwil.com/ http://www.almostserio.us/ http://kevwil.jaiku.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: database.yml Type: application/octet-stream Size: 143 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070926/cd8b9f03/attachment.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: dependencies.rb Type: text/x-ruby-script Size: 778 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070926/cd8b9f03/attachment.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: a.rb Type: text/x-ruby-script Size: 91 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070926/cd8b9f03/attachment-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: b.rb Type: text/x-ruby-script Size: 91 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070926/cd8b9f03/attachment-0002.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: 001_create_a_table.rb Type: text/x-ruby-script Size: 204 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070926/cd8b9f03/attachment-0003.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: 002_create_b_table.rb Type: text/x-ruby-script Size: 204 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070926/cd8b9f03/attachment-0004.bin