influxdb/generated_types
Marco Neumann c4a2641764 refactor: remove `time_closed`
The "time closed" is a leftover from an old lifecycle system, where
chunks moved through the system (open=>closed=>persisted) without being
merged. Now we have the compaction as well as the split query for
persistence that can merge chunks, so a single "time closed" doesn't
make sense any longer. So in fact it is `None` for many chunks and is
also not persisted. Also the current lifecycle policy doesn't use this
value. So let's just remove it.

Closes #1846.
2021-10-11 15:49:34 +02:00
..
protos refactor: remove `time_closed` 2021-10-11 15:49:34 +02:00
src refactor: remove `time_closed` 2021-10-11 15:49:34 +02:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml chore(deps): bump thiserror from 1.0.29 to 1.0.30 2021-10-11 08:01:21 +00:00
build.rs refactor: make `ChunkId` a UUID 2021-10-07 10:23:27 +02:00