ebook-manager/migrations/V1.1__Channel_visibility.sql

2 lines
76 B
SQL

alter table channels add column visibility text NOT NULL default 'Private';