views:

6

answers:

0

Hello everyone,

i've 2 connections in my databases.yml file, one contains the whole i18n Stuff for the project, the other one regular application Data which shall be erased from time to time during development.

What i'm looking for is a way to keep the database with my i18n Data untouched during build, while the other one gets's dropped & refilled with fixtures..

Anyone got a hint on this?

Right now i think i have to write some custom build-task which makes a backup of my i18n Database, which is automatically imported after the build-process is finished..