mirror of
https://github.com/metabolist/metatext.git
synced 2025-01-02 18:18:42 +00:00
Remove unneeded foreign key
This commit is contained in:
parent
33f026f9cc
commit
764971f03b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ extension ContentDatabase {
|
||||||
t.column("listId", .text)
|
t.column("listId", .text)
|
||||||
t.column("listTitle", .text).indexed().collate(.localizedCaseInsensitiveCompare)
|
t.column("listTitle", .text).indexed().collate(.localizedCaseInsensitiveCompare)
|
||||||
t.column("tag", .text)
|
t.column("tag", .text)
|
||||||
t.column("accountId", .text).references("accountRecord", onDelete: .cascade)
|
t.column("accountId", .text)
|
||||||
t.column("profileCollection", .text)
|
t.column("profileCollection", .text)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue