Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 320 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 320 Bytes

SQL Server Addapter Smoke Test

Trying to make sure things work.

Setup

Ensure the sa password is exported to the env.

$ export SA_PASSWORD=...

Now create the DB and setup the app.

$ bundle install
$ ./bin/rails db:setup

We can also drop

$ ./bin/rails db:drop:all