lightning-terminal/db/sqlc/migrations
Viktor Tigerström 75f6137d80
multi: rename sql kvstores session_id to group_id
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.
2025-07-21 14:45:45 +02:00
..
000001_accounts.down.sql db/sqlc: only use named UNIQUE indices 2025-03-10 13:54:11 -05:00
000001_accounts.up.sql db/sqlc: only use named UNIQUE indices 2025-03-10 13:54:11 -05:00
000002_sessions.down.sql db/sqlc: add session schemas and queries 2025-03-11 11:37:41 -05:00
000002_sessions.up.sql db/sqlc: add session schemas and queries 2025-03-11 11:37:41 -05:00
000003_kvstores.down.sql db/sqlc: kvstores schemas & queries 2025-04-10 13:03:20 +02:00
000003_kvstores.up.sql multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
000004_privacy_pairs.down.sql db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
000004_privacy_pairs.up.sql db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
000005_actions.down.sql db: add actions schemas and queries 2025-05-29 07:04:40 +02:00
000005_actions.up.sql db: add actions schemas and queries 2025-05-29 07:04:40 +02:00