chore(usage): renumber prompt_shown migration to 212

#1359 independently added 211_revocations_without_expiry.js against
the same main baseline. Renumbering this one to 212 keeps the
migrations directory sequentially numbered once both land, regardless
of merge order. No functional change — same up()/down(), same column.
This commit is contained in:
Paul Nothaft
2026-09-08 19:22:01 +02:00
parent fb2f8333dc
commit ff23efec81
3 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@ const os = require('os');
const path = require('path');
const { UsageService } = require('../../src/usage/UsageService');
const { generateIdentity, digest, canonical } = require('../../src/usage/protocol.cjs');
const migration = require('../../migrations/core/211_product_usage_prompt_shown');
const migration = require('../../migrations/core/212_product_usage_prompt_shown');
let db;
let directory;