From dedd6a6ba1c38d7bf934522b6db0c259cf758122 Mon Sep 17 00:00:00 2001 From: folling Date: Mon, 12 Feb 2024 16:39:44 +0100 Subject: [PATCH] update sqlitecpp Signed-off-by: Folling --- src/ikarus/persistence/migrations/m0_initial_layout.sql | 2 +- vendor/sqlitecpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ikarus/persistence/migrations/m0_initial_layout.sql b/src/ikarus/persistence/migrations/m0_initial_layout.sql index 0031cee..9bf3cc7 100644 --- a/src/ikarus/persistence/migrations/m0_initial_layout.sql +++ b/src/ikarus/persistence/migrations/m0_initial_layout.sql @@ -48,7 +48,7 @@ CREATE TABLE `properties` `source` INT NOT NULL, PRIMARY KEY (`id`), - UNIQUE(`source`, `name`), + UNIQUE (`source`, `name`), FOREIGN KEY (`id`) REFERENCES `objects` (`id`) ON DELETE CASCADE, FOREIGN KEY (`source`) REFERENCES `objects` (`id`) ON DELETE CASCADE ) WITHOUT ROWID, STRICT; diff --git a/vendor/sqlitecpp b/vendor/sqlitecpp index 3904483..7832ea6 160000 --- a/vendor/sqlitecpp +++ b/vendor/sqlitecpp @@ -1 +1 @@ -Subproject commit 39044837cd3b332aa874325ef36e5df033b092c3 +Subproject commit 7832ea68dca4c8367dd938b079a01ccffe6a7acd