update sqlitecpp
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
0474fce07b
commit
ff0eda005d
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
2
vendor/sqlitecpp
vendored
2
vendor/sqlitecpp
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 39044837cd3b332aa874325ef36e5df033b092c3
|
||||
Subproject commit 7832ea68dca4c8367dd938b079a01ccffe6a7acd
|
||||
Loading…
Add table
Add a link
Reference in a new issue