Files
aurorabot/shared/db/schema/index.ts
syntaxbullet 64804f7066 feat(db): add feature flags schema for beta feature testing
Add feature_flags and feature_flag_access tables to support controlled
beta testing of new features in production without a separate test environment.
2026-02-12 14:41:12 +01:00

8 lines
188 B
TypeScript

// Domain modules
export * from './users';
export * from './inventory';
export * from './economy';
export * from './quests';
export * from './moderation';
export * from './feature-flags';