table-schema.sql

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated the column names from_user_id and to_user_id to from_user_uid and to_user_uid respectively

  1. … 2 more files in changeset.
Changed the nickname used to join the jabber chat group from the users login name to the user full name. The nickname is constructed by taking the users first name and last name followed by an optional number to ensure the nickname is unique for each session.

  1. … 11 more files in changeset.
Added finishedActivity flag to ChatUser, updated corresponding db tables.

  1. … 2 more files in changeset.
Modified chat model to including filtering fields. Modified message model to include send date, hidden, and chat session fields.

  1. … 2 more files in changeset.
Added message table to chat data model.

  1. … 5 more files in changeset.
Sql schema produced by xdoclet. Generated from chat model classes.