()
| 151 | } |
| 152 | |
| 153 | func (m Migration) NumberPrefixMatches() []string { |
| 154 | return numberPrefixRegex.FindStringSubmatch(m.Id) |
| 155 | } |
| 156 | |
| 157 | func (m Migration) VersionInt() int64 { |
| 158 | v := m.NumberPrefixMatches()[1] |
no outgoing calls
no test coverage detected