refactor: finish legacy room cleanup and explicit migration boundary
This commit is contained in:
@@ -149,6 +149,16 @@ describe('migrate room registrations step', () => {
|
||||
agent_type: 'claude-code',
|
||||
},
|
||||
]);
|
||||
expect(
|
||||
migratedDb
|
||||
.prepare(
|
||||
`SELECT name
|
||||
FROM sqlite_master
|
||||
WHERE type = 'table'
|
||||
AND name = 'registered_groups'`,
|
||||
)
|
||||
.get(),
|
||||
).toBeUndefined();
|
||||
expect(
|
||||
migratedDb
|
||||
.prepare(
|
||||
|
||||
Reference in New Issue
Block a user