GetMigrationLines gets supported migration lines from the driver. Most drivers will only support a single line: MigrationLineMain. API is not stable. DO NOT USE.
()
| 99 | // |
| 100 | // API is not stable. DO NOT USE. |
| 101 | GetMigrationLines() []string |
| 102 | |
| 103 | // GetMigrationTruncateTables gets the tables that should be truncated |
| 104 | // before or after tests for a specific migration line returned by this |
no outgoing calls