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:
@@ -1,6 +1,13 @@
|
||||
|
||||
USE fetchmetrics;
|
||||
|
||||
/*
|
||||
Must remove existing Temp Ids from DOG_Button_Shape_Temp before dropping table!
|
||||
|
||||
DROP TABLE fetchmetrics.DOG_Button_Shape_Temp;
|
||||
|
||||
*/
|
||||
|
||||
SELECT CONCAT('WARNING: Table ', TABLE_SCHEMA, '.', TABLE_NAME, ' already exists.') AS msg_warning
|
||||
FROM INFORMATION_SCHEMA.TABLES
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user