Method Schemes_MigrateStructureType()
Migrate structure type. Params: $1=structureId, $2=oldType, $3=newType, $4=dryRun
PostgreSQL: SELECT * FROM migrate_structure_type($1, $2, $3, $4)
string Schemes_MigrateStructureType()
Migrate structure type. Params: $1=structureId, $2=oldType, $3=newType, $4=dryRun
PostgreSQL: SELECT * FROM migrate_structure_type($1, $2, $3, $4)
string Schemes_MigrateStructureType()