refactor: add a migration to introduce SavedPost#userIsAuthor

This commit is contained in:
Harsh Shandilya 2025-07-22 00:03:14 +05:30
parent b0432b848d
commit ef0b06cbd7
6 changed files with 36 additions and 2 deletions

View file

@ -124,6 +124,7 @@ class SavedPostQueriesTest {
submitterName = "test_user_$i",
tags = listOf(),
description = "",
userIsAuthor = i % 2 == 0,
)
posts.add(post)