Major changes to the structure of pages to utilize the flex layout system.

This commit is contained in:
Wynne Crisman
2016-11-19 19:39:02 -08:00
parent 46ef9680c3
commit 4315418aa1
64 changed files with 3590 additions and 16015 deletions

View File

@@ -23,7 +23,7 @@ module.exports = {
type: DataTypes.DECIMAL(13,4),
allowNull: false
},
measure: {
measureId: {
type: Sequelize.INTEGER,
references: {
model: 'Measure',