Displaying 2 results from an estimated 2 matches for "load_fixtures_data_to_development".
2005 Mar 03
4
Loading data with fixtures
Can anyone point me to an easy way to load fixture
data into the development (not test) database?
- Tim
__________________________________
Celebrate Yahoo!''s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
2005 Jul 06
3
populating development database from test fixtures
Hi,
Is it possible to populate the development database from the test
fixtures? I''m trying to keep the development database schema in a
plain-text sql file and modifying that when I need to modify the
database structure. However, then I have to either manually
repopulate the database or add in additional sql statements that
populate the test database.
It seems like it would be useful