diff --git a/core/schema.sql b/core/schema.sql index 0758cb1..1a64e51 100644 --- a/core/schema.sql +++ b/core/schema.sql @@ -1,7 +1,7 @@ -# Description: SQLite database schema for Lemontropia Suite -# Implements the Data Principle: Every session is a Project -# Schema version: 1.0.0 -# Created: 2026-02-08 +-- Description: SQLite database schema for Lemontropia Suite +-- Implements the Data Principle: Every session is a Project +-- Schema version: 1.0.0 +-- Created: 2026-02-08 -- Enable foreign key support PRAGMA foreign_keys = ON;