Exclude json to jsonb for schema data types

This commit is contained in:
FusionPBX
2025-11-19 15:49:10 -07:00
committed by GitHub
parent 323d318141
commit d6aa15549c

View File

@@ -413,6 +413,8 @@ class schema {
} elseif ($db_field_type == "character" && strtolower($field_type) == "char") {
} elseif ($db_field_type == "json" && strtolower($field_type) == "jsonb") {
} //field type has changed
else {
switch ($field_type) {