...

Text file src/github.com/golang-migrate/migrate/v4/database/mongodb/examples/migrations/001_create_user.up.json

Documentation: github.com/golang-migrate/migrate/v4/database/mongodb/examples/migrations

     1[
     2  {
     3    "createUser": "deminem",
     4    "pwd": "gogo",
     5    "roles": [
     6      {
     7        "role": "readWrite",
     8        "db": "testMigration"
     9      }
    10    ]
    11  }
    12]

View as plain text