feat(schema): add barrel exports for all tables, generate migration

This commit is contained in:
2026-04-25 18:24:12 +08:00
parent 1412807a04
commit bd55c1d696
3 changed files with 121 additions and 1 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
// Barrel export — will be populated as schema files are created
// Barrel export — domain + auth schemas
export * from "./auth"
export * from "./games"
export * from "./gameVersions"
export * from "./hardware"
export * from "./performanceEntries"
export * from "./gamePlatformSupport"
export * from "./settingCategories"
export * from "./settingDefinitions"
export * from "./communityPresets"
export * from "./presetSettings"
export * from "./gameComments"