mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Exclude json to jsonb for schema data types
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user