mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
* Optimize reactions table Change reactions primary key to (PostId, UserId, EmojiName) so fetching reactions for post will use primary key lookup instead of table scan. * fix db version * review fixes * update database schema in scripts/ |
||
|---|---|---|
| .. | ||
| diff-config.sh | ||
| get_latest_release.sh | ||
| ldap-check.sh | ||
| mattermost-mysql-5.0.sql | ||
| mattermost-postgresql-5.0.sql | ||
| mysql-migration-test.sh | ||
| prereq-check.sh | ||
| psql-migration-test.sh | ||
| test-xprog.sh | ||
| test.sh | ||