mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
The `id` column of `notifications` table and `notification_id` columns of the other tables have been migrated to bigint in previous commits (for example, 799a45a). In order to run the migrations with zero downtime, the data had to be copied to new columns and swapped, but the old columns have been kept to allow for rollback. They are no longer needed now.
This plugin is still in active development and may change frequently
Documentation
The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.
For user documentation, see Discourse Chat.
For developer documentation, see Discourse Documentation.