nederlandskie/sql
Aleksei Voronov 419f72f3bb Store Bluesky firehose host as part of subscription state
The host has changed recently and the cursors are, apparently, incompatible with each
other, so we need to migrate to the new one, and this seems like the easiest way to
do it:

1. Store the host as part of the subscription state
2. Roll out the version that uses that new column as part of all queries
3. Switch to the new host
4. Roll out the version with the new host
   - The new instance will start processing messages with a 0 cursor and so start anew
   - The old instance will die off
2023-11-05 19:01:20 +01:00
..
01_create_tables.sql Fix SQL syntax 2023-10-05 20:38:22 +02:00
02_add_subscription_host.sql Store Bluesky firehose host as part of subscription state 2023-11-05 19:01:20 +01:00