Update the groups tables to use foreign keys.

This commit is contained in:
Greyson Parrelli
2023-08-16 12:23:54 -04:00
committed by GitHub
parent 3be5d61ced
commit 442a66df2e
8 changed files with 151 additions and 45 deletions

View File

@@ -168,7 +168,6 @@ fun groupRecord(
avatarId: Long = 1,
avatarKey: ByteArray = ByteArray(0),
avatarContentType: String = "",
relay: String = "",
active: Boolean = true,
avatarDigest: ByteArray = ByteArray(0),
mms: Boolean = false,
@@ -184,7 +183,6 @@ fun groupRecord(
avatarId,
avatarKey,
avatarContentType,
relay,
active,
avatarDigest,
mms,