You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store
RoccoSmit 3b25a6bbec
fix: handle missing reaction (#4094)
* migration version

* Updated test to match with current version set in version.go file

* updated logic to check if migration should run for fresh install

* Update test to test for version number set in version.go

* fixed test

* Revert "fixed test"

This reverts commit 4004d0e92b.

* Revert "Update test to test for version number set in version.go"

This reverts commit d304add5d6.

* Revert "updated logic to check if migration should run for fresh install"

This reverts commit b44dca2194.

* Revert "Updated test to match with current version set in version.go file"

This reverts commit 3ad0d889b6.

* Revert "migration version"

This reverts commit b13cfc346a.

* Added default reaction if no reation found

* Fixed static check issue

* Use emoji
4 months ago
..
db chore: add pagination to list inboxes 5 months ago
migration chore: tweak schema version 5 months ago
seed/sqlite chore: tweak demo data 5 months ago
activity.go
cache.go chore: update store cache 10 months ago
common.go chore: update workspace setting store 11 months ago
driver.go chore: add tests for migrator 6 months ago
idp.go fix: list idp 10 months ago
inbox.go chore: add pagination to list inboxes 5 months ago
memo.go chore: update comments of find memo 6 months ago
memo_organizer.go
memo_relation.go
migration_history.go
migrator.go chore: add schema version to workspace setting 6 months ago
reaction.go feat: move reaction type to setting 5 months ago
resource.go refactor: store migrator 7 months ago
store.go refactor: store migrator 7 months ago
user.go chore: update store cache 10 months ago
user_setting.go chore: tweak naming 10 months ago
webhook.go chore: update var-naming 11 months ago
workspace_setting.go fix: handle missing reaction (#4094) 4 months ago