Feat: Facebook and LinkedIn links added to core Layout.

This commit is contained in:
2025-08-03 18:58:19 +01:00
parent 3894f2d691
commit d3813e987f
68 changed files with 351 additions and 230 deletions

View File

@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS fetchmetrics.DOG_Colour_Audit (
, CONSTRAINT FK_DOG_Colour_Audit_id_colour
FOREIGN KEY (id_colour)
REFERENCES fetchmetrics.DOG_Colour(id_colour)
, name_field VARCHAR(100) NOT NULL
, name_field VARCHAR(255) NOT NULL
, value_prev TEXT
, value_new TEXT
, id_change_set INT NOT NULL