romana / core

Romana core components - Micro services written in Go.
Apache License 2.0
47 stars 11 forks source link

create schema bug in mysql #48

Closed debedb closed 8 years ago

jbrendel commented 8 years ago

Was that just about the use of 'db' vs. 'dbstore'?

cgilmour commented 8 years ago

This fixes a problem where tables were created in the "mysql" db instead of the expected app-specific one.

Just retested and now it behaves the expected way.

jbrendel commented 8 years ago

ok