search for: schema_version

Displaying 3 results from an estimated 3 matches for "schema_version".

2009 Aug 12
1
Schema Dump
We recently upgraded to Rails 2.1. When dumping the schema ( rake db:schema:database) from our database I expected to see the command to create the schema_migration table. Why is this table not in the schema dump file ? Also, the schema_version is still in the file, but not in the database ?
2007 Oct 21
13
[ANN/RFC] Rathole, a fixtures extension plugin
Like lots of other folks, I''ve been searching for a way to scratch my fixture itches. Rathole is my extraction of a few techniques we''ve successfully applied at my day job. We''ve been using Rathole for a month or so now, but I''d really like some feedback from a wider audience. Rathole tackles: * Conflicting PK''s (no more id''s in fixture
2006 Feb 13
5
now that I have migrations working (I think I do anyway)
Do I now define database changes directly in db/migration/0001_add_a_new_table file ? Obviously the point is not to make the changes directly in postgresql db anymore right? Thanks Craig