GetMigrationDefaultLines gets default migration lines that should be applied when using this driver. This is mainly used by riverdbtest to figure out what migration lines should be available by default for new test schemas. API is not stable. DO NOT USE.
()
| 83 | // |
| 84 | // API is not stable. DO NOT USE. |
| 85 | GetMigrationDefaultLines() []string |
| 86 | |
| 87 | // GetMigrationFS gets a filesystem containing migrations for the driver. |
| 88 | // |
no outgoing calls