MiniDigger/Hangar

View on GitHub
ore/conf/evolutions/default/76.sql

Summary

Maintainability
Test Coverage
# --- !Ups

alter table project_channels add column is_non_reviewed boolean not null default false;

# --- !Downs

alter table project_channels drop column is_non_reviewed;