AppStateESS/homestead

View on GitHub
boost/updates/0_2_36.sql

Summary

Maintainability
Test Coverage
ALTER TABLE hms_deadlines ADD COLUMN move_in_timestamp integer;
UPDATE hms_deadlines set move_in_timestamp = 0;
ALTER TABLE hms_deadlines ALTER COLUMN move_in_timestamp SET NOT NULL;