MiniDigger/Hangar

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

Summary

Maintainability
Test Coverage
# --- !Ups

alter table projects add column post_id bigint;

# --- !Downs

alter table projects drop column post_id;