feat(guild): add GUILD_TOMBSTONES collection constant

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-01 15:33:10 -04:00
co-authored by Cursor
parent d2cc32d819
commit 27427ac422
+2
View File
@@ -7,6 +7,8 @@ const c = require('compact-encoding')
const COLLECTIONS = {
USERS: '@pearcord/users',
GUILDS: '@pearcord/guilds',
/** Permanent delete markers — guild rows are purged but tombstones remain for reconciliation. */
GUILD_TOMBSTONES: '@pearcord/guild-tombstones',
CHANNELS: '@pearcord/channels',
MESSAGES: '@pearcord/messages',
MEMBERS: '@pearcord/members',