Feat(SEO): Rebranded for Fetch Metrics name and added SEO yandex verification meta tags to layout for fetch-metrics.co.uk, fetch-metrics.com, fetchmetrics.co.uk
This commit is contained in:
@@ -10,6 +10,7 @@ WHERE
|
||||
|
||||
CREATE TABLE IF NOT EXISTS parts.DOG_Distraction_Temp (
|
||||
id_temp INT NOT NULL PRIMARY KEY AUTO_INCREMENT
|
||||
, id_distraction INT
|
||||
, id_assessment INT
|
||||
, id_distraction_type INT
|
||||
, id_intensity_level_emotional INT
|
||||
@@ -19,6 +20,11 @@ CREATE TABLE IF NOT EXISTS parts.DOG_Distraction_Temp (
|
||||
, quantity INT
|
||||
, proximity_metres FLOAT
|
||||
-- , difficulty_level DOUBLE
|
||||
, notes TEXT
|
||||
, active BIT
|
||||
|
||||
, does_meet_id_filters BIT
|
||||
, does_meet_non_id_filters BIT
|
||||
|
||||
, guid BINARY(36)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user