add system dependency checks (php-curl, sqlite3) to deploy-server.sh step 0

This commit is contained in:
Pontoporeia
2026-05-11 16:03:37 +02:00
parent 31ccbd195b
commit 3ae22cd427
3 changed files with 45 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
-- Migration 019: Add "Écriture" format type
INSERT INTO format_types (name) VALUES ('Écriture');
INSERT OR IGNORE INTO format_types (name) VALUES ('Écriture');