Skip to content

Commit

Permalink
fix(GODT-1600): increase UIDVALIDITY for folder names created again. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cuthix authored Sep 27, 2022
1 parent e7149c4 commit 87970ec
Show file tree
Hide file tree
Showing 19 changed files with 2,090 additions and 15 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ tag OK [CAPABILITY IDLE IMAP4rev1 MOVE UIDPLUS UNSELECT] (^_^)

The demo accounts contain no messages. You can connect an IMAP client (e.g. thunderbird) and use it to copy in
messages from another mail server.


# Changing DB schema

Do not forget to re-generate ent code after changing the DB schema in `./internal/db/ent/schema`.

```
pushd ./internal/db/ent && go generate . && popd
97 changes: 97 additions & 0 deletions internal/db/ent/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/db/ent/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/db/ent/ent.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions internal/db/ent/hook/hook.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions internal/db/ent/migrate/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 87970ec

Please sign in to comment.