Awiteb
fc0642fce6
- Rename `in_chat_requests` table to `incoming_chat` - Send chat requests and responses when the user is online - Remove `IncomingChatExt::remove_in_chat_request` trait function - Rename `in_on` col of `incoming_chat` table to `received_timestamp` - Add `accepted_response` col to `incoming_chat` table - Rename `UserId` to `IdCol` and make it private Reviewed-by: Amjad Alsharafi <me@amjad.alsharafi.dev> Reviewed-on: #35 Signed-off-by: Awiteb <a@4rs.nl> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Oxidetalis database entities
This crate contains the database entities for the Oxidetalis homeserver, using SeaORM.
Must to know
- Don't import sea_orm things in another crates, import the entities and sea_orm
things from this crate, from
prelude
module.
How to write a new entity
Check the SeaORM documentation for more information about how to write entities.
License
This crate is licensed under the MIT license.