| 16 | var Postgres = postgresDialect{} |
| 17 | |
| 18 | type postgresDialect struct{} |
| 19 | |
| 20 | // Lock implements the Locker interface to obtain a global lock before the |
| 21 | // migrations are run. |
nothing calls this directly
no outgoing calls
no test coverage detected