MiniDigger/Hangar

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

Summary

Maintainability
Test Coverage
# --- !Ups

alter table projects add column topic_id bigint;

# --- !Downs

alter table projects drop column topic_id;