lightning-terminal/db/sqlc
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
..
migrations multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
queries multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
accounts.sql.go db: order ListAllAccounts result by account id. 2025-05-15 17:08:48 +02:00
actions.sql.go db: add actions schemas and queries 2025-05-29 07:04:40 +02:00
actions_custom.go db: define manual action SQL queries 2025-05-30 10:54:34 +02:00
db.go db/sqlc: add account related tables and queries 2025-01-29 16:37:20 +02:00
db_custom.go db: define manual action SQL queries 2025-05-30 10:54:34 +02:00
kvstores.sql.go multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
models.go multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
privacy_paris.sql.go db/sqlc: priv map schemas and crud 2025-04-22 06:10:48 +02:00
querier.go multi: rename sql kvstores session_id to group_id 2025-07-21 14:45:45 +02:00
sessions.sql.go db/sqlc: add session schemas and queries 2025-03-11 11:37:41 -05:00