Files
scylladb/db
Avi Kivity a62ab824e6 schema: deprecate schema_extension
schema_extension allows making invisible changes to system_schema
that evade upgrade rollback tests. They appear in system_schema
as an encoded blob which reduces serviceability, as they cannot
be read.

Deprecate it and point users to adding explicit columns in scylla_tables.

We could probably make use of the data structure, after we teach it
to encode its payload into proper named and typed columns instead of
using IDL.

Closes scylladb/scylladb#23151
2025-03-19 20:36:16 +02:00
..
2025-01-28 21:14:49 +01:00
2025-03-19 20:36:16 +02:00
2025-02-04 12:21:31 +03:00
2025-02-06 13:38:19 +02:00