Files
scylladb/docs/architecture
Guilherme Nogueira cf157e4423 Remove comma that breaks CQL DML on tablets.rst
The current sample reads:

```cql
CREATE KEYSPACE my_keyspace
WITH replication = {
    'class': 'NetworkTopologyStrategy',
    'replication_factor': 3,
} AND tablets = {
    'enabled': false
};
```

The additional comma after `'replication_factor': 3` breaks the query execution.

Closes scylladb/scylladb#19177
2024-06-09 14:58:13 +03:00
..
2024-05-27 15:41:37 +02:00
2024-05-27 15:41:37 +02:00
2024-05-21 11:45:36 +02:00