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,7 +10,8 @@ WHERE
|
||||
|
||||
CREATE TABLE IF NOT EXISTS fetchmetrics.DOG_Location (
|
||||
id_location INT NOT NULL AUTO_INCREMENT PRIMARY KEY
|
||||
, id_locaiton_parent INT
|
||||
, id_temp INT
|
||||
, id_location_parent INT
|
||||
, code VARCHAR(250) NOT NULL
|
||||
, name VARCHAR(250) NOT NULL
|
||||
, active BIT NOT NULL DEFAULT 1
|
||||
|
||||
Reference in New Issue
Block a user