SQL Server Addapter Smoke TestTrying to make sure things work.SetupEnsure the sa password is exported to the env.$ export SA_PASSWORD=...Now create the DB and setup the app.$ bundle install $ ./bin/rails db:setupWe can also drop$ ./bin/rails db:drop:all