>   
That seems strange. Derby is one of the most solid implementations for 
AR-JDBC. We fixed that for Mingle.
It seems that the tables get creates too. Are you sure you haven't 
created a JDBC url that include create=true?
In that case, the database will be recreated each time you connect to it.

Hi Ola,

The URL is:- 
jdbc:derby://localhost:1527/myRail_dev

but for some reason the schema file

ActiveRecord::Schema.define(:version => 1) do

  create_table "myentries", :force => true do |t|
    t.column "title",     :string
    t.column "mycontent", :text
  end

end

has force => true which might be the problem. But I have no idea how it
occurs.

Thx
Paul Fraser
-- 
View this message in context: 
http://www.nabble.com/Migrate-Fails-to-Alter-Derby-Database-tf4697722.html#a13429861
Sent from the JRuby - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to