I have a testing server which runs locally and then a staging server which actually gets tested on by other people and is updated after each iteration. I use hibernate. Does anyone know of a way to update the staging server database to sync up the schema with the test database (the current schema) without blowing away the data? I currently use mysql on both servers but am planning on moving the test server to hsqldb at some point it can't be a server specific tool. Any ideas?
-- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]