mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 09:57:04 +05:30
feat(database): add description to the saved post table
This commit is contained in:
parent
9d8fd77a08
commit
1f850435b1
4 changed files with 7 additions and 1 deletions
|
@ -131,6 +131,7 @@ class SqlDelightQueriesTest : FunSpec() {
|
|||
submitterName = "test_user_$i",
|
||||
submitterAvatarUrl = "test_avatar_url",
|
||||
tags = listOf(),
|
||||
description = "",
|
||||
)
|
||||
|
||||
posts.add(post)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue