stxnext-csr / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
14 stars 24 forks source link

Replace project database (SQLite) with PostgreSQL #356

Closed radoslawroszkowiak closed 9 years ago

radoslawroszkowiak commented 9 years ago

The database currently in use in the project is SQLite. It seems two months of the proejct existance is about time to change it to "real" database.

PostgreSQL seems to be the intuitive choice here.

radoslawroszkowiak commented 9 years ago

~35% of tests fail after changing to PostgreSQL (related to how sequencers work). The tests need to be refactored, so it requires a bit more work.