isle.pizza/server/migrations/0004_add_language.sql

3 lines
173 B
SQL

-- Add language column to track which language version was used when the memory was recorded.
ALTER TABLE memory_completions ADD COLUMN language TEXT NOT NULL DEFAULT 'en';