| Schema | Model | Ported? |
|---|---|---|
| public | ads | ❌ |
| factoids | analytics | ❌ |
| ads | analytics | ❌ |
| factoids | authed_users | ❌ |
| ads | authed_users | ❌ |
| public | auto_moderation | ✅ |
| public | backoff | ❌ |
| public | banned_addresses | ✅ |
| users | bans | ✅ |
| public | blacklist | ❌ |
| users | board_bans | ✅ |
| public | board_mapping | ✅ |
| public | board_moderators | ✅ |
| metadata | boards | ✅ |
| public | boards | ✅ |
| public | categories | ✅ |
| public | configurations | ✅ |
| public | factoids | ❌ |
| mentions | ignored | ✅ |
| messages | ignored | ❌ |
| users | ignored | ✅ |
| public | image_expirations | ❌ |
| public | images_posts | ❌ |
| public | invitations | ✅ |
| users | ips | ✅ |
| mentions | mentions | ✅ |
| public | metric_rank_maps | ✅ |
| public | moderation_log | ✅ |
| mod | notes | ❌ |
| public | notifications | ✅ |
| public | permissions | ✅ |
| public | poll_answers | ✅ |
| public | poll_responses | ✅ |
| public | polls | ✅ |
| public | posts | ✅ |
| users | preferences | ✅ |
| messages | private_conversations | ❌ |
| messages | private_messages | ❌ |
| users | profiles | ✅ |
| public | ranks | ✅ |
| mod | reports | ❌ |
| administration | reports_messages | ❌ |
| administration | reports_messages_notes | ❌ |
| administration | reports_posts | ❌ |
| administration | reports_posts_notes | ❌ |
| administration | reports_users | ❌ |
| administration | reports_users_notes | ❌ |
| public | roles | ✅ |
| public | roles_permissions | ✅ |
| public | roles_users | ✅ |
| ads | rounds | ❌ |
| users | thread_subscriptions | ✅ |
| users | thread_views | ✅ |
| metadata | threads | ✅ |
| public | threads | ✅ |
| public | trust | ✅ |
| public | trust_boards | ✅ |
| public | trust_feedback | ✅ |
| public | trust_max_depth | ✅ |
| factoids | unique_ip | ❌ |
| ads | unique_ip | ❌ |
| public | user_activity | ✅ |
| messages | user_drafts | ❌ |
| posts | user_drafts | ❌ |
| public | user_notes | ❌ |
| public | users | ✅ |
| users | watch_boards | ✅ |
| users | watch_threads | ✅ |
| Module | Path | Method | Ported? |
|---|---|---|---|
| bct-activity | users.find.post | userActivity | ❌ |
| bct-activity | posts.byThread.post | userPostActivity | ✅ |
| bct-activity | posts.create.post | updateUserActivity | ✅ |
| bct-trust | posts.byThread.post | userTrust | ✅ |
| bct-trust | posts.byThread.post | showTrust | ✅ |
| ept-auto-moderation | posts.create.pre | moderate | ✅ |
| ept-auto-moderation | posts.update.pre | moderate | ✅ |
| ept-auto-moderation | threads.create.pre | moderate | ✅ |
| ept-ignore-users | users.find.post | userIgnored | ❌ |
| ept-ignore-users | posts.patroller.post | isIgnored | ❌ |
| ept-ignore-users | posts.byThread.post | isIgnored | ✅ |
| ept-mentions | posts.byThread.post | userIdToUsername | ✅ |
| ept-mentions | posts.patrol.post | userIdToUsername | ❌ |
| ept-mentions | posts.pageByUser.post | userIdToUsername | ❌ |
| ept-mentions | posts.pageFirstPostByUser.post | userIdToUsername | ❌ |
| ept-mentions | posts.find.post | userIdToUsername | ❌ |
| ept-mentions | posts.search.post | userIdToUsername | ❌ |
| ept-mentions | mentions.page.post | userIdToUsername | ❌ |
| ept-mentions | portal.view.post | userIdToUsername | ❌ |
| ept-mentions | posts.update.post | userIdToUsername | ✅ |
| ept-mentions | posts.update.post | correctTextSearchVector | ✅ |
| ept-mentions | posts.create.pre | usernameToUserId | ✅ |
| ept-mentions | posts.update.pre | usernameToUserId | ✅ |
| ept-mentions | threads.create.pre | usernameToUserId | ✅ |
| ept-mentions | posts.create.post | createMention | ✅ |
| ept-mentions | posts.create.post | correctTextSearchVector | ✅ |
| ept-mentions | posts.update.post | removeMentionIds | N/A |
| ept-mentions | threads.create.post | createMention | ✅ |
| ept-mentions | threads.create.post | correctTextSearchVector | ✅ |
| ept-mentions | users.find.post | userIgnoredMentions | ❌ |
| ept-messages | users.find.post | userIgnoredMessages | ❌ |
| ept-messages | conversations.create.pre | checkUserIgnoredMessages | ❌ |
| ept-messages | messages.create.pre | checkUserIgnoredMessages | ❌ |
| ept-rank | posts.byThread.post | getRankData | ✅ |
| ept-rank | users.find.post | getRankData | ❌ |
| ept-thread-notifications | posts.create.post | emailSubscribers | ✅ |
| ept-rank | posts.create.post | subscribeToThread | ✅ |
| ept-rank | threads.create.post | subscribeToThread | ✅ |
| ept-watchlist | threads.byBoard.parallel | watchingBoard | ✅ |
| ept-watchlist | posts.byThread.parallel | watchingThread | ✅ |
| ept-watchlist | posts.create.post | watchingThread | ✅ |