Feat: 1. User-level access added to Dogs, Command Categories, Locations, Button Shapes, Images, Distraction Types, Distraction Intensity Levels, Bribes, Response Quality Metrics, Obedience Levels. \n 2. New user (Founding Partner) creation setup in database and front-end but front-end not tested.
This commit is contained in:
@@ -10,6 +10,7 @@ WHERE
|
||||
|
||||
CREATE TABLE IF NOT EXISTS fetchmetrics.DOG_Response_Quality_Metric (
|
||||
id_metric INT NOT NULL AUTO_INCREMENT PRIMARY KEY
|
||||
, id_temp INT
|
||||
, id_unit_measurement INT NOT NULL
|
||||
, CONSTRAINT FK_DOG_Response_Quality_Metric_id_unit_measurement
|
||||
FOREIGN KEY (id_unit_measurement)
|
||||
|
||||
Reference in New Issue
Block a user