AppStateESS/homestead

View on GitHub
boost/updates/0_2_50.sql

Summary

Maintainability
Test Coverage
CREATE TABLE hms_application_features (
    term    int NOT NULL REFERENCES hms_term(term),
    feature int NOT NULL,
    enabled int NOT NULL default 0
);