mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Rename the session_id to group_id in kvstores table in the SQL store, to better represent how the field is actually used. Note that this is a breaking change, and would normally require a new migration. But as the SQL store is not used in production, and only enabled under the dev build flag, we can rename it without a new migration, as there's no users of the SQL store in production. |
||
|---|---|---|
| .. | ||
| 000001_accounts.down.sql | ||
| 000001_accounts.up.sql | ||
| 000002_sessions.down.sql | ||
| 000002_sessions.up.sql | ||
| 000003_kvstores.down.sql | ||
| 000003_kvstores.up.sql | ||
| 000004_privacy_pairs.down.sql | ||
| 000004_privacy_pairs.up.sql | ||
| 000005_actions.down.sql | ||
| 000005_actions.up.sql | ||