07 May, 2010

1 commit

  • After the 'copy a sample config file' step:
    
    1. When attempting to migrate, the Ferret assumes that the 'articles'
    table already exists, generating an error (noosfero.1.log)
    # rake db:migrate
    
    2. Deleting db/schema.rb, the migration 0024_new_permissions was
    broken, because the lack of argument env_id on line 3 (noosfero.2.log)
    # rm db/schema.rb
    # rake db:migrate
    
    3. It works well for loading the database schema, and then calling
    db:migrate
    # rake db:schema:load
    # rake db:migrate
    Fernanda Lopes
     

08 Feb, 2010

1 commit


05 Feb, 2010

1 commit


02 Feb, 2010

1 commit


01 Feb, 2010

1 commit