Switch tts_segments schema to use settings_json (jsonb for Postgres, text for SQLite) instead of settings_hash. Update related indexes and migration SQL. Regenerate Drizzle snapshots to reflect the new structure. This improves flexibility for storing TTS settings and enables more robust segment lookups.
20 lines
No EOL
348 B
JSON
20 lines
No EOL
348 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "sqlite",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1771386480690,
|
|
"tag": "0000_familiar_caretaker",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "6",
|
|
"when": 1777920947478,
|
|
"tag": "0001_tts_segments",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |