MiniDigger/Hangar

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

Summary

Maintainability
Test Coverage
# --- !Ups

alter table projects add column is_visible boolean not null default true;

# -- !Downs

alter table projects drop column is_visible;