#13 Add visibility information to channels (#21)

- closes #13
This commit is contained in:
2018-08-15 22:38:36 +03:00
committed by Gitea
parent 8b04f3760e
commit e61fb66c06
4 changed files with 27 additions and 10 deletions

View File

@ -0,0 +1 @@
alter table channels add column visibility text NOT NULL default 'Private';