search for: 002_

Displaying 2 results from an estimated 2 matches for "002_".

Did you mean: 002
2006 Jun 18
1
Problem using "rake db:migrate"
...ture for creating tables in a database. Following are the details. I have 2 applications say "app1" & "app2". I want both of them to use same database say "testdb". For "app1", I create 3 models which in turn create 3 migration files with prefix, 001_, 002_ & 003_. Now I execute "rake db:migrate" so that 3 tables corresponding to 3 models will get created in database "testdb" & schema_info table will have version = 3. So far, so good. Now, from "app2" I want to create a new table, for which I create a new model,...
2006 Mar 30
3
simple migration problem
Hi: I''m running RoR 1.1 I''m going through the Agile book Depot example and I want to generate my next migration file so i''m typing ./script/generate migration depot I was sort of expecting to get the file 002_depot.rb .. instead i''m being informed that there already exists a migration named depot..and no new file is generated.. should I be using a new name? I tried that accidentally and got 002_help.rb ? -- Posted via http://www.ruby-forum.com/.