Update README with changes to DB tables

This commit is contained in:
Max Nuding 2023-04-12 20:47:23 +02:00
parent 77c29bdd8a
commit 8d3a23ee88
Signed by: phlaym
GPG Key ID: A06651BAB6777237

View File

@ -38,7 +38,7 @@ complexity. I'm willing to make this change if people prefer this though.
Additionally, I ended up adding a few things which turned out to be not needed:
The `tags` table (tags are included in the post's content and I don't do anything separately with tags) and
`accounts.username` and `accounts.avatar_static`. I will keep these in until the initial wave of feedback arrives, and
~~`accounts.username`~~ (s being used for #18) ~~and `accounts.avatar_static`~~ (has been removed). I will keep these in until the initial wave of feedback arrives, and
remove it if no new features required them.
I'll gladly accept any help in coming up with a good solution which doesn't need to store anything at all!