mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 04:34:28 +03:00
Comment for 'context' column in device_lists_outbound_pokes'
This commit is contained in:
parent
35eb018c02
commit
46e41ee08d
1 changed files with 7 additions and 0 deletions
|
@ -13,4 +13,11 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Opentracing needs to inject a span_context into data item which leaves the
|
||||||
|
* current execution context. Since device list updates are dumped in here
|
||||||
|
* and then processed later they need to include the span context for opentraing.
|
||||||
|
* Since we may also decide later to include other tracking information the column
|
||||||
|
* has just been called "context", the structure of the data within it may change.
|
||||||
|
*/
|
||||||
ALTER TABLE device_lists_outbound_pokes ADD context TEXT;
|
ALTER TABLE device_lists_outbound_pokes ADD context TEXT;
|
Loading…
Reference in a new issue