opentibia / server

An open source server for the MMORPG Tibia.
GNU General Public License v2.0
416 stars 149 forks source link

Implement the new database design #8

Open hampusborgos opened 12 years ago

hampusborgos commented 12 years ago

Make use of the new database design for saving and loading.

I have already coded much of what is necessary, and will commit it once I'm able to.

pedrocss commented 11 years ago

I trying to run server with mysql, but apparently schema is outdated. I have compared postgresql schema and mysql and I realized it is different.

Do you have new sql schema?

ivucica commented 11 years ago

Unless it's committed, probably noone updated it.

Feel free to examine the changelog for the pgsql schema, make appropriate changes to mysql schema, make a fork on Github, commit the changes to your fork and make a pull request. That's the best way to help any open source project.

On 13. 6. 2013., at 19:04, Pedro Souza notifications@github.com wrote:

I trying to run server with mysql, but apparently schema is outdated. I have compared postgresql schema and mysql and I realized it is different.

Do you have new sql schema?

— Reply to this email directly or view it on GitHub.

pedrocss commented 11 years ago

Right. I will try update the mysql schema. Thanks for the answer.