PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Migrations should support H2 #51

Closed sanel closed 8 years ago

sanel commented 8 years ago

After some talk with John, we should also take into account H2 support due speed (also H2 have mysql mode, meaning minimal or zero SQL code changes).

For now, migrations are using hardcoded mysql url; this should be extended for H2.

johnboy14 commented 8 years ago

We should isolate this to local development. I still want the actual build in CircleCI to use a real MySQL instance.

sanel commented 8 years ago

This is for local development

sanel commented 8 years ago

GitHub parsing of 'closes' inside commit messages absolutely sucks.