Add comment handling and related tests for migration functionality (#344)
This commit is contained in:
@@ -3,3 +3,7 @@ package migrate
|
||||
func IsCallback(stmt string) (name string) {
|
||||
return isCallback(stmt)
|
||||
}
|
||||
|
||||
func IsComment(stmt string) bool {
|
||||
return isComment(stmt)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user