addon
This commit is contained in:
11
backend/migrations/008_add_specifications_notes.sql
Executable file
11
backend/migrations/008_add_specifications_notes.sql
Executable file
@@ -0,0 +1,11 @@
|
||||
-- Migration 008: Add specifications and notes fields
|
||||
-- Date: 2025-12-31
|
||||
|
||||
-- Add specifications field (Markdown format - technical specs from imported .md files)
|
||||
ALTER TABLE peripherals ADD COLUMN specifications TEXT;
|
||||
|
||||
-- Add notes field (Markdown format - free notes)
|
||||
ALTER TABLE peripherals ADD COLUMN notes TEXT;
|
||||
|
||||
-- Optional: Migrate existing notes from other fields if needed
|
||||
-- (No migration needed as this is a new field)
|
||||
Reference in New Issue
Block a user