mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
3 lines
110 B
SQL
3 lines
110 B
SQL
-- Migration 019: Add "Écriture" format type
|
|
INSERT OR IGNORE INTO format_types (name) VALUES ('Écriture');
|