Steven 51d58d3982 chore: add workspace setting migrator | 8 months ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
activity_test.go | 9 months ago | |
idp_test.go | 9 months ago | |
inbox_test.go | 9 months ago | |
memo_organizer_test.go | 9 months ago | |
memo_relation_test.go | 9 months ago | |
memo_test.go | 9 months ago | |
reaction_test.go | 9 months ago | |
resource_test.go | 9 months ago | |
storage_test.go | 9 months ago | |
store.go | 9 months ago | |
tag_test.go | 9 months ago | |
user_setting_test.go | 9 months ago | |
user_test.go | 9 months ago | |
webhook_test.go | 9 months ago | |
workspace_setting_test.go | 8 months ago |
Run the following command with two environment variables set:
DRIVER=mysql DSN=root@/memos_test go test -v ./test/store/...
DRIVER
should be set to mysql
.DSN
should be set to the DSN of your MySQL server.