- "src/db/schema/platform-settings.ts" - "drizzle/0018_platform_settings_nfo_view.sql" - "src/types/index.ts" - "src/db/repositories/platform-settings-repository.ts" - "src/server/routes/platform-settings.ts" - "src/frontend/src/components/PlatformSettingsForm.tsx" - "src/frontend/src/pages/Settings.tsx" - "src/__tests__/platform-settings-api.test.ts" GSD-Task: S04/T01
2 lines
No EOL
186 B
SQL
2 lines
No EOL
186 B
SQL
ALTER TABLE `platform_settings` ADD `nfo_enabled` integer NOT NULL DEFAULT false;--> statement-breakpoint
|
|
ALTER TABLE `platform_settings` ADD `default_view` text NOT NULL DEFAULT 'list'; |