go-askme
go-askme copied to clipboard
Use different db user for migrations and applications
Currently we only have one user doing both db migration and application access, which is pretty dangerous, because migration requires DDL level access, while application only needs data read/write.