Files
scylladb/tools
Botond Dénes c15f53f971 tools/schema_loader: don't require results from optional schema tables
When loading a schema from disk, only the `tables` and `columns` tables
are required to have an entry to the loaded schema. All the others are
optional. Yet the schema loader expects all the tables to have a
corresponding entry, which leads to errors when trying to load a schema
which doesn't. Relax the loader to only require existing entries in the
two mandatory tables and not the others.

Closes #13393
2023-03-31 16:35:42 +02:00
..
2023-03-27 16:23:54 +03:00
2023-03-12 20:22:33 +02:00
2023-03-29 13:00:40 +03:00
2023-03-27 12:00:27 +03:00
2023-02-15 11:01:50 +02:00
2023-02-15 11:01:50 +02:00
2022-09-16 13:07:01 +03:00