handle ss migration, tested
This commit is contained in:
No files matched your search
@@ -0,0 +1,11 @@
|
||||
package migration
|
||||
|
||||
import (
|
||||
patient "simrs-vx/internal/domain/satusehat-entities/patient"
|
||||
)
|
||||
|
||||
func getSatuSehatEntities() []any {
|
||||
return []any{
|
||||
&patient.Patient{},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user