Chore: Feature Flags for Channels (#1010)

This commit is contained in:
Sojan Jose
2020-07-06 11:16:19 +05:30
committed by GitHub
parent b633126b35
commit e41bd56f41
7 changed files with 42 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
# Table name: users
#
# id :integer not null, primary key
# availability :integer default(0)
# availability :integer default("online")
# confirmation_sent_at :datetime
# confirmation_token :string
# confirmed_at :datetime