lemmy/crates/db_schema/src/impls
Anon c27d2a5687
Add support for Taglines (#2548)
* Add support for Taglines

* recreate migration

* Update content column -> Text

* Optimize replace function

* Change taglines to Option

* Move Ok() call

* Move taglines to GetSiteResponse

* Fix logic

Co-authored-by: layla <layla@chapo.dev>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2022-11-19 09:48:29 -05:00
..
activity.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
actor_language.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
comment.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
comment_reply.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
comment_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
community.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
community_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
email_verification.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_allowlist.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_blocklist.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
instance.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
language.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
local_site.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
local_site_rate_limit.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
local_user.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
mod.rs Add support for Taglines (#2548) 2022-11-19 09:48:29 -05:00
moderator.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
password_reset_request.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person_mention.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
registration_application.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
secret.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
site.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
tagline.rs Add support for Taglines (#2548) 2022-11-19 09:48:29 -05:00