lightning-terminal/db/sqlc/migrations
Viktor Torstensson 436f422714
db: move kvdb to SQL programmatic migration to prod
Move the programmatic KVDB-to-SQL migration out of the dev-only
migration stream and into the production SQL migration set.

This also requires that we add a new migration file for the prod
migration, which will trigger the kvdb to sql programmatic migration to
run in production.
2026-06-01 21:21:13 +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
000006_code_migration_kvdb_to_sql.up.sql db: move kvdb to SQL programmatic migration to prod 2026-06-01 21:21:13 +02:00