modified: changelog_unreleased/4342-get-rid-of-json_supported-logic-in-mysql-and-postgresql-code
modified: src/share/database/scripts/pgsql/upgrade_032_to_033.sh.in
[func] tmark
Auto detection of JSON support in MySQL
- and PostgreSQL databases has been removed
- All supported version should now include
- JSON support.
+ and PostgreSQL databases has been removed.
+ All database versions with active support
+ should now include JSON support.
(Gitlab #4342)
RETURN NULL;
END;
\$lease6_ADEL\$ LANGUAGE plpgsql;
+
-- Update the schema version number.
UPDATE schema_version
SET version = '33', minor = '0';