<FromGitter>
<dbachinin_gitlab> Hi everyone Please tell me how to make Jennifer be the default database connector?
<FromGitter>
<dbachinin_gitlab> I try deploy to dokku and see it error: ⏎ ```! Release command declared: 'bin/amber db migrate' ⏎ remote: execution of 'bin/amber db migrate' failed! ⏎ ⏎ ``` No migrations to run in ./db/migrations.``` ... [https://gitter.im/amberframework/amber?at=5f85d3a502e81701b01c846c]
dbachinin has joined #amber
<FromGitter>
<jrods> Hello amber community, I'm currently stuck with having a Time column in my model, I keep getting the error `Paid_on Expected paid_on to be (Time | Nil) but got (Int64 | String).` when my controller is doing `Salary.new salary_params.validate!`. ⏎ Here's an example with my model, but I dont see how I can normalize the value to what I need, is there something I'm missing that I need to do? I wasn't able to find anything