MiniDigger/Hangar

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

Summary

Maintainability
Test Coverage
# --- !Ups

alter table projects drop column last_updated;
alter table projects add column last_updated timestamp not null default now();