change doc
This commit is contained in:
parent
fa32301c1e
commit
4753b2be27
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Server Database - Schema Version 1
|
||||
# Server Database - Schema Version 2
|
||||
# Please bump the version by 1, any time the schema changes.
|
||||
# Also, include the migration plan under app/database/migration/server,
|
||||
# update all models, relationships and types.
|
||||
|
|
@ -48,6 +48,7 @@ guest_count number
|
|||
header string
|
||||
member_count number
|
||||
pinned_post_count number
|
||||
files_count number
|
||||
purpose string
|
||||
|
||||
ChannelMembership
|
||||
|
|
|
|||
Loading…
Reference in a new issue