diff --git a/directus/schema.json b/directus/schema.json index b12e515..a40249c 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -962,6 +962,32 @@ }, "schema": {} }, + { + "collection": "Photo_Settings", + "meta": { + "collection": "Photo_Settings", + "icon": "photo", + "note": null, + "display_template": null, + "hidden": false, + "singleton": true, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 6, + "group": "Settings", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Relations", "meta": { @@ -988,6 +1014,32 @@ }, "schema": null }, + { + "collection": "Photo_Icons", + "meta": { + "collection": "Photo_Icons", + "icon": null, + "note": null, + "display_template": null, + "hidden": true, + "singleton": false, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 7, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Sitemap_Settings", "meta": { @@ -1006,7 +1058,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 6, + "sort": 7, "group": "Settings", "collapse": "open", "preview_url": null, @@ -1014,6 +1066,32 @@ }, "schema": {} }, + { + "collection": "Photo_Category_Icons", + "meta": { + "collection": "Photo_Category_Icons", + "icon": null, + "note": null, + "display_template": null, + "hidden": true, + "singleton": false, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 8, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Hero", "meta": { @@ -1032,7 +1110,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 7, + "sort": 9, "group": "Types", "collapse": "open", "preview_url": null, @@ -1058,7 +1136,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 8, + "sort": 10, "group": "Types", "collapse": "open", "preview_url": null, @@ -1084,7 +1162,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 9, + "sort": 11, "group": "Types", "collapse": "open", "preview_url": null, @@ -1110,7 +1188,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 10, + "sort": 12, "group": "Types", "collapse": "open", "preview_url": null, @@ -1136,7 +1214,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 11, + "sort": 13, "group": "Types", "collapse": "open", "preview_url": null, @@ -1162,7 +1240,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 12, + "sort": 14, "group": "Types", "collapse": "open", "preview_url": null, @@ -1188,7 +1266,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 13, + "sort": 15, "group": "Types", "collapse": "open", "preview_url": null, @@ -1214,7 +1292,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 14, + "sort": 16, "group": "Types", "collapse": "open", "preview_url": null, @@ -1240,7 +1318,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 15, + "sort": 17, "group": "Types", "collapse": "open", "preview_url": null, @@ -1266,7 +1344,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 16, + "sort": 18, "group": "Types", "collapse": "open", "preview_url": null, @@ -1292,7 +1370,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 17, + "sort": 19, "group": "Types", "collapse": "open", "preview_url": null, @@ -16473,6 +16551,1262 @@ "searchable": true } }, + { + "collection": "Photo_Settings", + "field": "id", + "type": "integer", + "meta": { + "collection": "Photo_Settings", + "field": "id", + "special": null, + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "id", + "table": "Photo_Settings", + "data_type": "integer", + "default_value": "nextval('\"Photo_Settings_id_seq\"'::regclass)", + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": true, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "user_created", + "type": "uuid", + "meta": { + "collection": "Photo_Settings", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "user_created", + "table": "Photo_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "date_created", + "type": "timestamp", + "meta": { + "collection": "Photo_Settings", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "date_created", + "table": "Photo_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "user_updated", + "type": "uuid", + "meta": { + "collection": "Photo_Settings", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "user_updated", + "table": "Photo_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "date_updated", + "type": "timestamp", + "meta": { + "collection": "Photo_Settings", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "date_updated", + "table": "Photo_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "enabled", + "type": "boolean", + "meta": { + "collection": "Photo_Settings", + "field": "enabled", + "special": [ + "cast-boolean" + ], + "interface": "boolean", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "enabled", + "table": "Photo_Settings", + "data_type": "boolean", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "divider-5yf0y-", + "type": "alias", + "meta": { + "collection": "Photo_Settings", + "field": "divider-5yf0y-", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Categories Index Settings", + "icon": "numbers" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": null + }, + { + "collection": "Photo_Settings", + "field": "categories_index_route_template_url", + "type": "string", + "meta": { + "collection": "Photo_Settings", + "field": "categories_index_route_template_url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "link" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "categories_index_route_template_url", + "table": "Photo_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "divider-sdaevk", + "type": "alias", + "meta": { + "collection": "Photo_Settings", + "field": "divider-sdaevk", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Category Settings", + "icon": "category" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": null + }, + { + "collection": "Photo_Settings", + "field": "category_route_template_url", + "type": "string", + "meta": { + "collection": "Photo_Settings", + "field": "category_route_template_url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "route" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 10, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "category_route_template_url", + "table": "Photo_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "albums_per_category_page", + "type": "integer", + "meta": { + "collection": "Photo_Settings", + "field": "albums_per_category_page", + "special": null, + "interface": "input", + "options": { + "min": 4, + "max": 10, + "iconLeft": "numbers" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 11, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "albums_per_category_page", + "table": "Photo_Settings", + "data_type": "integer", + "default_value": 6, + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "category_icons", + "type": "uuid", + "meta": { + "collection": "Photo_Settings", + "field": "category_icons", + "special": [ + "m2o" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "Icons" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 12, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "category_icons", + "table": "Photo_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Category_Icons", + "foreign_key_column": "id", + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "divider-oos72w", + "type": "alias", + "meta": { + "collection": "Photo_Settings", + "field": "divider-oos72w", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Album Settings", + "icon": "photo_album" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 13, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": null + }, + { + "collection": "Photo_Settings", + "field": "album_route_template_url", + "type": "string", + "meta": { + "collection": "Photo_Settings", + "field": "album_route_template_url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "route" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 14, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "album_route_template_url", + "table": "Photo_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "photos_per_album_page", + "type": "integer", + "meta": { + "collection": "Photo_Settings", + "field": "photos_per_album_page", + "special": null, + "interface": "input", + "options": { + "min": 5, + "max": 40, + "iconLeft": "numbers" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 15, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "photos_per_album_page", + "table": "Photo_Settings", + "data_type": "integer", + "default_value": 25, + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "divider-8djkvo", + "type": "alias", + "meta": { + "collection": "Photo_Settings", + "field": "divider-8djkvo", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Photo Settings", + "icon": "photo_library" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 16, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": null + }, + { + "collection": "Photo_Settings", + "field": "photo_route_template_url", + "type": "string", + "meta": { + "collection": "Photo_Settings", + "field": "photo_route_template_url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "route" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 17, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "photo_route_template_url", + "table": "Photo_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + } + }, + { + "collection": "Photo_Settings", + "field": "photo_icons", + "type": "integer", + "meta": { + "collection": "Photo_Settings", + "field": "photo_icons", + "special": [ + "m2o" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "Icons" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 18, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "photo_icons", + "table": "Photo_Settings", + "data_type": "integer", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Icons", + "foreign_key_column": "id", + "comment": null + } + }, + { + "collection": "Photo_Icons", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Photo_Icons", + "data_type": "integer", + "default_value": "nextval('\"Photo_Icons_id_seq\"'::regclass)", + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": true, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "id", + "special": null, + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Photo_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Photo_Icons", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Photo_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Photo_Icons", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "previous_icon", + "type": "uuid", + "schema": { + "name": "previous_icon", + "table": "Photo_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "previous_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "next_icon", + "type": "uuid", + "schema": { + "name": "next_icon", + "table": "Photo_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "next_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "close_icon", + "type": "uuid", + "schema": { + "name": "close_icon", + "table": "Photo_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "close_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Icons", + "field": "download_icon", + "type": "uuid", + "schema": { + "name": "download_icon", + "table": "Photo_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Icons", + "field": "download_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Sitemap_Settings", "field": "id", @@ -16802,6 +18136,398 @@ "searchable": true } }, + { + "collection": "Photo_Category_Icons", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Photo_Category_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Photo_Category_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Photo_Category_Icons", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Photo_Category_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Photo_Category_Icons", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "photos_icon", + "type": "uuid", + "schema": { + "name": "photos_icon", + "table": "Photo_Category_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "photos_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "location_icon", + "type": "uuid", + "schema": { + "name": "location_icon", + "table": "Photo_Category_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "location_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Photo_Category_Icons", + "field": "date_icon", + "type": "uuid", + "schema": { + "name": "date_icon", + "table": "Photo_Category_Icons", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Photo_Category_Icons", + "field": "date_icon", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Hero", "field": "id", @@ -21063,22 +22789,48 @@ "relations": [ { "collection": "Contact_Social", - "field": "user_created", - "related_collection": "directus_users", + "field": "Contact_id", + "related_collection": "Contact", "schema": { - "constraint_name": "contact_social_user_created_foreign", + "constraint_name": "contact_social_contact_id_foreign", "table": "Contact_Social", - "column": "user_created", + "column": "Contact_id", "foreign_key_schema": "public", - "foreign_key_table": "directus_users", + "foreign_key_table": "Contact", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "NO ACTION" }, "meta": { "many_collection": "Contact_Social", - "many_field": "user_created", - "one_collection": "directus_users", + "many_field": "Contact_id", + "one_collection": "Contact", + "one_field": "methods", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Contact_Social", + "field": "icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "contact_social_icon_foreign", + "table": "Contact_Social", + "column": "icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Contact_Social", + "many_field": "icon", + "one_collection": "directus_files", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -21115,22 +22867,22 @@ }, { "collection": "Contact_Social", - "field": "icon", - "related_collection": "directus_files", + "field": "user_created", + "related_collection": "directus_users", "schema": { - "constraint_name": "contact_social_icon_foreign", + "constraint_name": "contact_social_user_created_foreign", "table": "Contact_Social", - "column": "icon", + "column": "user_created", "foreign_key_schema": "public", - "foreign_key_table": "directus_files", + "foreign_key_table": "directus_users", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "NO ACTION" }, "meta": { "many_collection": "Contact_Social", - "many_field": "icon", - "one_collection": "directus_files", + "many_field": "user_created", + "one_collection": "directus_users", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -21140,24 +22892,24 @@ } }, { - "collection": "Contact_Social", - "field": "Contact_id", - "related_collection": "Contact", + "collection": "Equipment_Item", + "field": "Equipment_Table_id", + "related_collection": "Equipment_Table", "schema": { - "constraint_name": "contact_social_contact_id_foreign", - "table": "Contact_Social", - "column": "Contact_id", + "constraint_name": "equipment_item_equipment_table_id_foreign", + "table": "Equipment_Item", + "column": "Equipment_Table_id", "foreign_key_schema": "public", - "foreign_key_table": "Contact", + "foreign_key_table": "Equipment_Table", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "NO ACTION" + "on_delete": "SET NULL" }, "meta": { - "many_collection": "Contact_Social", - "many_field": "Contact_id", - "one_collection": "Contact", - "one_field": "methods", + "many_collection": "Equipment_Item", + "many_field": "Equipment_Table_id", + "one_collection": "Equipment_Table", + "one_field": "items", "one_collection_field": null, "one_allowed_collections": null, "junction_field": null, @@ -21167,22 +22919,22 @@ }, { "collection": "Equipment_Item", - "field": "user_created", - "related_collection": "directus_users", + "field": "icon", + "related_collection": "directus_files", "schema": { - "constraint_name": "equipment_item_user_created_foreign", + "constraint_name": "equipment_item_icon_foreign", "table": "Equipment_Item", - "column": "user_created", + "column": "icon", "foreign_key_schema": "public", - "foreign_key_table": "directus_users", + "foreign_key_table": "directus_files", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "NO ACTION" + "on_delete": "SET NULL" }, "meta": { "many_collection": "Equipment_Item", - "many_field": "user_created", - "one_collection": "directus_users", + "many_field": "icon", + "one_collection": "directus_files", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -21219,63 +22971,11 @@ }, { "collection": "Equipment_Item", - "field": "icon", - "related_collection": "directus_files", - "schema": { - "constraint_name": "equipment_item_icon_foreign", - "table": "Equipment_Item", - "column": "icon", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Equipment_Item", - "many_field": "icon", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Equipment_Item", - "field": "Equipment_Table_id", - "related_collection": "Equipment_Table", - "schema": { - "constraint_name": "equipment_item_equipment_table_id_foreign", - "table": "Equipment_Item", - "column": "Equipment_Table_id", - "foreign_key_schema": "public", - "foreign_key_table": "Equipment_Table", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Equipment_Item", - "many_field": "Equipment_Table_id", - "one_collection": "Equipment_Table", - "one_field": "items", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, - { - "collection": "Footer_Link", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "footer_link_user_created_foreign", - "table": "Footer_Link", + "constraint_name": "equipment_item_user_created_foreign", + "table": "Equipment_Item", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21284,7 +22984,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Footer_Link", + "many_collection": "Equipment_Item", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -21295,32 +22995,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Footer_Link", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "footer_link_user_updated_foreign", - "table": "Footer_Link", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Footer_Link", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Footer_Link", "field": "Footer_Column_id", @@ -21348,12 +23022,12 @@ } }, { - "collection": "Frequently_Asked_Question", + "collection": "Footer_Link", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "frequently_asked_question_user_updated_foreign", - "table": "Frequently_Asked_Question", + "constraint_name": "footer_link_user_updated_foreign", + "table": "Footer_Link", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21362,7 +23036,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Frequently_Asked_Question", + "many_collection": "Footer_Link", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -21374,12 +23048,12 @@ } }, { - "collection": "Frequently_Asked_Question", + "collection": "Footer_Link", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "frequently_asked_question_user_created_foreign", - "table": "Frequently_Asked_Question", + "constraint_name": "footer_link_user_created_foreign", + "table": "Footer_Link", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21388,7 +23062,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Frequently_Asked_Question", + "many_collection": "Footer_Link", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -21426,12 +23100,12 @@ } }, { - "collection": "Menu", + "collection": "Frequently_Asked_Question", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "menu_user_created_foreign", - "table": "Menu", + "constraint_name": "frequently_asked_question_user_created_foreign", + "table": "Frequently_Asked_Question", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21440,7 +23114,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Menu", + "many_collection": "Frequently_Asked_Question", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -21451,6 +23125,32 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Frequently_Asked_Question", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "frequently_asked_question_user_updated_foreign", + "table": "Frequently_Asked_Question", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Frequently_Asked_Question", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Menu", "field": "user_updated", @@ -21478,12 +23178,12 @@ } }, { - "collection": "Menu_Link", + "collection": "Menu", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "menu_link_user_created_foreign", - "table": "Menu_Link", + "constraint_name": "menu_user_created_foreign", + "table": "Menu", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21492,7 +23192,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Menu_Link", + "many_collection": "Menu", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -21529,6 +23229,32 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Menu_Link", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_user_created_foreign", + "table": "Menu_Link", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Menu_Link", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Menu_items", "field": "Menu_id", @@ -21575,32 +23301,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Pages", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "pages_user_created_foreign", - "table": "Pages", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Pages", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Pages", "field": "user_updated", @@ -21628,13 +23328,13 @@ } }, { - "collection": "Photo", - "field": "user_updated", + "collection": "Pages", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "photo_user_updated_foreign", - "table": "Photo", - "column": "user_updated", + "constraint_name": "pages_user_created_foreign", + "table": "Pages", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -21642,8 +23342,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo", - "many_field": "user_updated", + "many_collection": "Pages", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -21653,6 +23353,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Photo", + "field": "Photo_Album_id", + "related_collection": "Photo_Albums", + "schema": { + "constraint_name": "photo_photo_album_id_foreign", + "table": "Photo", + "column": "Photo_Album_id", + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Albums", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Photo", + "many_field": "Photo_Album_id", + "one_collection": "Photo_Albums", + "one_field": "photos", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo", + "field": "photo", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_photo_foreign", + "table": "Photo", + "column": "photo", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo", + "many_field": "photo", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Photo", "field": "user_created", @@ -21681,89 +23433,11 @@ }, { "collection": "Photo", - "field": "photo", - "related_collection": "directus_files", - "schema": { - "constraint_name": "photo_photo_foreign", - "table": "Photo", - "column": "photo", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Photo", - "many_field": "photo", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Photo", - "field": "Photo_Album_id", - "related_collection": "Photo_Albums", - "schema": { - "constraint_name": "photo_photo_album_id_foreign", - "table": "Photo", - "column": "Photo_Album_id", - "foreign_key_schema": "public", - "foreign_key_table": "Photo_Albums", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Photo", - "many_field": "Photo_Album_id", - "one_collection": "Photo_Albums", - "one_field": "photos", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, - { - "collection": "Photo_Albums", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "photo_albums_user_created_foreign", - "table": "Photo_Albums", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Photo_Albums", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Photo_Albums", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "photo_albums_user_updated_foreign", - "table": "Photo_Albums", + "constraint_name": "photo_user_updated_foreign", + "table": "Photo", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21772,7 +23446,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Photo_Albums", + "many_collection": "Photo", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -21810,12 +23484,38 @@ } }, { - "collection": "Reviews", + "collection": "Photo_Albums", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_albums_user_updated_foreign", + "table": "Photo_Albums", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Albums", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Albums", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "reviews_user_created_foreign", - "table": "Reviews", + "constraint_name": "photo_albums_user_created_foreign", + "table": "Photo_Albums", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21824,7 +23524,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Reviews", + "many_collection": "Photo_Albums", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -21835,6 +23535,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Reviews", + "field": "Review_List_id", + "related_collection": "Review_List", + "schema": { + "constraint_name": "reviews_review_list_id_foreign", + "table": "Reviews", + "column": "Review_List_id", + "foreign_key_schema": "public", + "foreign_key_table": "Review_List", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Reviews", + "many_field": "Review_List_id", + "one_collection": "Review_List", + "one_field": "reviews", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Reviews", + "field": "thumbnail", + "related_collection": "directus_files", + "schema": { + "constraint_name": "reviews_thumbnail_foreign", + "table": "Reviews", + "column": "thumbnail", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Reviews", + "many_field": "thumbnail", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Reviews", "field": "user_updated", @@ -21863,63 +23615,11 @@ }, { "collection": "Reviews", - "field": "thumbnail", - "related_collection": "directus_files", - "schema": { - "constraint_name": "reviews_thumbnail_foreign", - "table": "Reviews", - "column": "thumbnail", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Reviews", - "many_field": "thumbnail", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Reviews", - "field": "Review_List_id", - "related_collection": "Review_List", - "schema": { - "constraint_name": "reviews_review_list_id_foreign", - "table": "Reviews", - "column": "Review_List_id", - "foreign_key_schema": "public", - "foreign_key_table": "Review_List", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Reviews", - "many_field": "Review_List_id", - "one_collection": "Review_List", - "one_field": "reviews", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Robots", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "robots_user_created_foreign", - "table": "Robots", + "constraint_name": "reviews_user_created_foreign", + "table": "Reviews", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -21928,7 +23628,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Robots", + "many_collection": "Reviews", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -21966,38 +23666,12 @@ } }, { - "collection": "Search_Engine_Optimisation", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "search_engine_optimisation_user_updated_foreign", - "table": "Search_Engine_Optimisation", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Search_Engine_Optimisation", + "collection": "Robots", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "search_engine_optimisation_user_created_foreign", - "table": "Search_Engine_Optimisation", + "constraint_name": "robots_user_created_foreign", + "table": "Robots", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -22006,7 +23680,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Search_Engine_Optimisation", + "many_collection": "Robots", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -22019,48 +23693,22 @@ }, { "collection": "Search_Engine_Optimisation", - "field": "thumbnail", - "related_collection": "directus_files", + "field": "Page_id", + "related_collection": "Pages", "schema": { - "constraint_name": "search_engine_optimisation_thumbnail_foreign", + "constraint_name": "search_engine_optimisation_page_id_foreign", "table": "Search_Engine_Optimisation", - "column": "thumbnail", + "column": "Page_id", "foreign_key_schema": "public", - "foreign_key_table": "directus_files", + "foreign_key_table": "Pages", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, "meta": { "many_collection": "Search_Engine_Optimisation", - "many_field": "thumbnail", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Search_Engine_Optimisation", - "field": "Blog_id", - "related_collection": "Blogs", - "schema": { - "constraint_name": "search_engine_optimisation_blog_id_foreign", - "table": "Search_Engine_Optimisation", - "column": "Blog_id", - "foreign_key_schema": "public", - "foreign_key_table": "Blogs", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Search_Engine_Optimisation", - "many_field": "Blog_id", - "one_collection": "Blogs", + "many_field": "Page_id", + "one_collection": "Pages", "one_field": "search_engine", "one_collection_field": null, "one_allowed_collections": null, @@ -22097,22 +23745,22 @@ }, { "collection": "Search_Engine_Optimisation", - "field": "Page_id", - "related_collection": "Pages", + "field": "Blog_id", + "related_collection": "Blogs", "schema": { - "constraint_name": "search_engine_optimisation_page_id_foreign", + "constraint_name": "search_engine_optimisation_blog_id_foreign", "table": "Search_Engine_Optimisation", - "column": "Page_id", + "column": "Blog_id", "foreign_key_schema": "public", - "foreign_key_table": "Pages", + "foreign_key_table": "Blogs", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, "meta": { "many_collection": "Search_Engine_Optimisation", - "many_field": "Page_id", - "one_collection": "Pages", + "many_field": "Blog_id", + "one_collection": "Blogs", "one_field": "search_engine", "one_collection_field": null, "one_allowed_collections": null, @@ -22121,6 +23769,110 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Search_Engine_Optimisation", + "field": "thumbnail", + "related_collection": "directus_files", + "schema": { + "constraint_name": "search_engine_optimisation_thumbnail_foreign", + "table": "Search_Engine_Optimisation", + "column": "thumbnail", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "thumbnail", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "search_engine_optimisation_user_created_foreign", + "table": "Search_Engine_Optimisation", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "search_engine_optimisation_user_updated_foreign", + "table": "Search_Engine_Optimisation", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Tags", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "tags_user_updated_foreign", + "table": "Tags", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Tags", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Tags", "field": "user_created", @@ -22148,12 +23900,64 @@ } }, { - "collection": "Tags", + "collection": "Upcoming_Event", + "field": "Upcoming_Events_id", + "related_collection": "Upcoming_Events", + "schema": { + "constraint_name": "upcoming_event_upcoming_events_id_foreign", + "table": "Upcoming_Event", + "column": "Upcoming_Events_id", + "foreign_key_schema": "public", + "foreign_key_table": "Upcoming_Events", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Upcoming_Event", + "many_field": "Upcoming_Events_id", + "one_collection": "Upcoming_Events", + "one_field": "events", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Upcoming_Event", + "field": "thumbnail", + "related_collection": "directus_files", + "schema": { + "constraint_name": "upcoming_event_thumbnail_foreign", + "table": "Upcoming_Event", + "column": "thumbnail", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Upcoming_Event", + "many_field": "thumbnail", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Upcoming_Event", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "tags_user_updated_foreign", - "table": "Tags", + "constraint_name": "upcoming_event_user_updated_foreign", + "table": "Upcoming_Event", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -22162,7 +23966,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Tags", + "many_collection": "Upcoming_Event", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -22200,12 +24004,12 @@ } }, { - "collection": "Upcoming_Event", + "collection": "Blogs", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "upcoming_event_user_updated_foreign", - "table": "Upcoming_Event", + "constraint_name": "blogs_user_updated_foreign", + "table": "Blogs", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -22214,7 +24018,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Upcoming_Event", + "many_collection": "Blogs", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -22225,58 +24029,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Upcoming_Event", - "field": "thumbnail", - "related_collection": "directus_files", - "schema": { - "constraint_name": "upcoming_event_thumbnail_foreign", - "table": "Upcoming_Event", - "column": "thumbnail", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Upcoming_Event", - "many_field": "thumbnail", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Upcoming_Event", - "field": "Upcoming_Events_id", - "related_collection": "Upcoming_Events", - "schema": { - "constraint_name": "upcoming_event_upcoming_events_id_foreign", - "table": "Upcoming_Event", - "column": "Upcoming_Events_id", - "foreign_key_schema": "public", - "foreign_key_table": "Upcoming_Events", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Upcoming_Event", - "many_field": "Upcoming_Events_id", - "one_collection": "Upcoming_Events", - "one_field": "events", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, { "collection": "Blogs", "field": "user_created", @@ -22304,13 +24056,13 @@ } }, { - "collection": "Blogs", - "field": "user_updated", + "collection": "Button", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "blogs_user_updated_foreign", - "table": "Blogs", - "column": "user_updated", + "constraint_name": "button_user_created_foreign", + "table": "Button", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -22318,8 +24070,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Blogs", - "many_field": "user_updated", + "many_collection": "Button", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -22356,12 +24108,38 @@ } }, { - "collection": "Button", + "collection": "Footer", + "field": "logo", + "related_collection": "directus_files", + "schema": { + "constraint_name": "footer_logo_foreign", + "table": "Footer", + "column": "logo", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Footer", + "many_field": "logo", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Footer", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "button_user_created_foreign", - "table": "Button", + "constraint_name": "footer_user_created_foreign", + "table": "Footer", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -22370,7 +24148,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Button", + "many_collection": "Footer", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -22407,84 +24185,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Footer", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "footer_user_created_foreign", - "table": "Footer", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Footer", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Footer", - "field": "logo", - "related_collection": "directus_files", - "schema": { - "constraint_name": "footer_logo_foreign", - "table": "Footer", - "column": "logo", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Footer", - "many_field": "logo", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Humans", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "humans_user_updated_foreign", - "table": "Humans", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Humans", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Humans", "field": "user_created", @@ -22512,38 +24212,12 @@ } }, { - "collection": "Menu_Link_With_Icon", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "menu_link_with_icon_user_created_foreign", - "table": "Menu_Link_With_Icon", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Menu_Link_With_Icon", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Menu_Link_With_Icon", + "collection": "Humans", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "menu_link_with_icon_user_updated_foreign", - "table": "Menu_Link_With_Icon", + "constraint_name": "humans_user_updated_foreign", + "table": "Humans", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -22552,7 +24226,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Menu_Link_With_Icon", + "many_collection": "Humans", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -22589,6 +24263,84 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Menu_Link_With_Icon", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_with_icon_user_updated_foreign", + "table": "Menu_Link_With_Icon", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Menu_Link_With_Icon", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Menu_Link_With_Icon", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_with_icon_user_created_foreign", + "table": "Menu_Link_With_Icon", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Menu_Link_With_Icon", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Projects_Tags", + "field": "Projects_id", + "related_collection": "Projects", + "schema": { + "constraint_name": "projects_tags_projects_id_foreign", + "table": "Projects_Tags", + "column": "Projects_id", + "foreign_key_schema": "public", + "foreign_key_table": "Projects", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Projects_Tags", + "many_field": "Projects_id", + "one_collection": "Projects", + "one_field": "tags", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": "Tags_id", + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, { "collection": "Projects_Tags", "field": "Tags_id", @@ -22616,23 +24368,23 @@ } }, { - "collection": "Projects_Tags", - "field": "Projects_id", - "related_collection": "Projects", + "collection": "Blogs_Tags", + "field": "Blogs_id", + "related_collection": "Blogs", "schema": { - "constraint_name": "projects_tags_projects_id_foreign", - "table": "Projects_Tags", - "column": "Projects_id", + "constraint_name": "blogs_tags_blogs_id_foreign", + "table": "Blogs_Tags", + "column": "Blogs_id", "foreign_key_schema": "public", - "foreign_key_table": "Projects", + "foreign_key_table": "Blogs", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, "meta": { - "many_collection": "Projects_Tags", - "many_field": "Projects_id", - "one_collection": "Projects", + "many_collection": "Blogs_Tags", + "many_field": "Blogs_id", + "one_collection": "Blogs", "one_field": "tags", "one_collection_field": null, "one_allowed_collections": null, @@ -22668,54 +24420,28 @@ } }, { - "collection": "Blogs_Tags", - "field": "Blogs_id", - "related_collection": "Blogs", + "collection": "Menu_Column", + "field": "Menu_id", + "related_collection": "Menu", "schema": { - "constraint_name": "blogs_tags_blogs_id_foreign", - "table": "Blogs_Tags", - "column": "Blogs_id", + "constraint_name": "menu_column_menu_id_foreign", + "table": "Menu_Column", + "column": "Menu_id", "foreign_key_schema": "public", - "foreign_key_table": "Blogs", + "foreign_key_table": "Menu", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, - "meta": { - "many_collection": "Blogs_Tags", - "many_field": "Blogs_id", - "one_collection": "Blogs", - "one_field": "tags", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": "Tags_id", - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, - { - "collection": "Menu_Column", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "menu_column_user_created_foreign", - "table": "Menu_Column", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, "meta": { "many_collection": "Menu_Column", - "many_field": "user_created", - "one_collection": "directus_users", + "many_field": "Menu_id", + "one_collection": "Menu", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, "junction_field": null, - "sort_field": null, + "sort_field": "sort", "one_deselect_action": "nullify" } }, @@ -22747,38 +24473,12 @@ }, { "collection": "Menu_Column", - "field": "Menu_id", - "related_collection": "Menu", - "schema": { - "constraint_name": "menu_column_menu_id_foreign", - "table": "Menu_Column", - "column": "Menu_id", - "foreign_key_schema": "public", - "foreign_key_table": "Menu", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Menu_Column", - "many_field": "Menu_id", - "one_collection": "Menu", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, - { - "collection": "Projects", - "field": "user_updated", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "projects_user_updated_foreign", - "table": "Projects", - "column": "user_updated", + "constraint_name": "menu_column_user_created_foreign", + "table": "Menu_Column", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -22786,8 +24486,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Projects", - "many_field": "user_updated", + "many_collection": "Menu_Column", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -22824,13 +24524,13 @@ } }, { - "collection": "Website_Settings", - "field": "user_created", + "collection": "Projects", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "website_settings_user_created_foreign", - "table": "Website_Settings", - "column": "user_created", + "constraint_name": "projects_user_updated_foreign", + "table": "Projects", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -22838,8 +24538,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Website_Settings", - "many_field": "user_created", + "many_collection": "Projects", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -22875,6 +24575,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Website_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "website_settings_user_created_foreign", + "table": "Website_Settings", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Website_Settings", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Blog_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "blog_settings_user_created_foreign", + "table": "Blog_Settings", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Blog_Settings", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Blog_Settings", "field": "user_updated", @@ -22902,12 +24654,38 @@ } }, { - "collection": "Blog_Settings", + "collection": "Footer_Column", + "field": "Footer_id", + "related_collection": "Footer", + "schema": { + "constraint_name": "footer_column_footer_id_foreign", + "table": "Footer_Column", + "column": "Footer_id", + "foreign_key_schema": "public", + "foreign_key_table": "Footer", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Footer_Column", + "many_field": "Footer_id", + "one_collection": "Footer", + "one_field": "columns", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Footer_Column", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "blog_settings_user_created_foreign", - "table": "Blog_Settings", + "constraint_name": "footer_column_user_created_foreign", + "table": "Footer_Column", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -22916,7 +24694,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Blog_Settings", + "many_collection": "Footer_Column", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -22954,53 +24732,27 @@ } }, { - "collection": "Footer_Column", - "field": "user_created", - "related_collection": "directus_users", + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Albums_id", + "related_collection": "Photo_Albums", "schema": { - "constraint_name": "footer_column_user_created_foreign", - "table": "Footer_Column", - "column": "user_created", + "constraint_name": "photo_albums_photo_categories_photo_albums_id_foreign", + "table": "Photo_Albums_Photo_Categories", + "column": "Photo_Albums_id", "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Footer_Column", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Footer_Column", - "field": "Footer_id", - "related_collection": "Footer", - "schema": { - "constraint_name": "footer_column_footer_id_foreign", - "table": "Footer_Column", - "column": "Footer_id", - "foreign_key_schema": "public", - "foreign_key_table": "Footer", + "foreign_key_table": "Photo_Albums", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "SET NULL" }, "meta": { - "many_collection": "Footer_Column", - "many_field": "Footer_id", - "one_collection": "Footer", - "one_field": "columns", + "many_collection": "Photo_Albums_Photo_Categories", + "many_field": "Photo_Albums_id", + "one_collection": "Photo_Albums", + "one_field": "category", "one_collection_field": null, "one_allowed_collections": null, - "junction_field": null, + "junction_field": "Photo_Categories_id", "sort_field": "sort", "one_deselect_action": "nullify" } @@ -23031,50 +24783,24 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Photo_Albums_Photo_Categories", - "field": "Photo_Albums_id", - "related_collection": "Photo_Albums", - "schema": { - "constraint_name": "photo_albums_photo_categories_photo_albums_id_foreign", - "table": "Photo_Albums_Photo_Categories", - "column": "Photo_Albums_id", - "foreign_key_schema": "public", - "foreign_key_table": "Photo_Albums", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Photo_Albums_Photo_Categories", - "many_field": "Photo_Albums_id", - "one_collection": "Photo_Albums", - "one_field": "category", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": "Photo_Categories_id", - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, { "collection": "Photo_Categories", - "field": "user_created", - "related_collection": "directus_users", + "field": "thumbnail", + "related_collection": "directus_files", "schema": { - "constraint_name": "photo_categories_user_created_foreign", + "constraint_name": "photo_categories_thumbnail_foreign", "table": "Photo_Categories", - "column": "user_created", + "column": "thumbnail", "foreign_key_schema": "public", - "foreign_key_table": "directus_users", + "foreign_key_table": "directus_files", "foreign_key_column": "id", "on_update": "NO ACTION", "on_delete": "NO ACTION" }, "meta": { "many_collection": "Photo_Categories", - "many_field": "user_created", - "one_collection": "directus_users", + "many_field": "thumbnail", + "one_collection": "directus_files", "one_field": null, "one_collection_field": null, "one_allowed_collections": null, @@ -23111,37 +24837,11 @@ }, { "collection": "Photo_Categories", - "field": "thumbnail", - "related_collection": "directus_files", - "schema": { - "constraint_name": "photo_categories_thumbnail_foreign", - "table": "Photo_Categories", - "column": "thumbnail", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Photo_Categories", - "many_field": "thumbnail", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Footer_Secondary_Link", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "footer_secondary_link_user_created_foreign", - "table": "Footer_Secondary_Link", + "constraint_name": "photo_categories_user_created_foreign", + "table": "Photo_Categories", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23150,7 +24850,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Footer_Secondary_Link", + "many_collection": "Photo_Categories", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -23161,32 +24861,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Footer_Secondary_Link", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "footer_secondary_link_user_updated_foreign", - "table": "Footer_Secondary_Link", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Footer_Secondary_Link", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Footer_Secondary_Link", "field": "Footer_id", @@ -23214,12 +24888,38 @@ } }, { - "collection": "Project_Settings", + "collection": "Footer_Secondary_Link", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "footer_secondary_link_user_updated_foreign", + "table": "Footer_Secondary_Link", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Footer_Secondary_Link", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Footer_Secondary_Link", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "project_settings_user_created_foreign", - "table": "Project_Settings", + "constraint_name": "footer_secondary_link_user_created_foreign", + "table": "Footer_Secondary_Link", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23228,7 +24928,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Project_Settings", + "many_collection": "Footer_Secondary_Link", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -23266,12 +24966,12 @@ } }, { - "collection": "Footer_Social", + "collection": "Project_Settings", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "footer_social_user_created_foreign", - "table": "Footer_Social", + "constraint_name": "project_settings_user_created_foreign", + "table": "Project_Settings", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23280,7 +24980,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Footer_Social", + "many_collection": "Project_Settings", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -23291,6 +24991,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Footer_Social", + "field": "Footer_id", + "related_collection": "Footer", + "schema": { + "constraint_name": "footer_social_footer_id_foreign", + "table": "Footer_Social", + "column": "Footer_id", + "foreign_key_schema": "public", + "foreign_key_table": "Footer", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Footer_Social", + "many_field": "Footer_id", + "one_collection": "Footer", + "one_field": "socials", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Footer_Social", + "field": "icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "footer_social_icon_foreign", + "table": "Footer_Social", + "column": "icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Footer_Social", + "many_field": "icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Footer_Social", "field": "user_updated", @@ -23319,12 +25071,142 @@ }, { "collection": "Footer_Social", - "field": "icon", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "footer_social_user_created_foreign", + "table": "Footer_Social", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Footer_Social", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Settings", + "field": "photo_icons", + "related_collection": "Photo_Icons", + "schema": { + "constraint_name": "photo_settings_photo_icons_foreign", + "table": "Photo_Settings", + "column": "photo_icons", + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Icons", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Settings", + "many_field": "photo_icons", + "one_collection": "Photo_Icons", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Settings", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_settings_user_updated_foreign", + "table": "Photo_Settings", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Settings", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_settings_user_created_foreign", + "table": "Photo_Settings", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Settings", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Settings", + "field": "category_icons", + "related_collection": "Photo_Category_Icons", + "schema": { + "constraint_name": "photo_settings_category_icons_foreign", + "table": "Photo_Settings", + "column": "category_icons", + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Category_Icons", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Settings", + "many_field": "category_icons", + "one_collection": "Photo_Category_Icons", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Icons", + "field": "download_icon", "related_collection": "directus_files", "schema": { - "constraint_name": "footer_social_icon_foreign", - "table": "Footer_Social", - "column": "icon", + "constraint_name": "photo_icons_download_icon_foreign", + "table": "Photo_Icons", + "column": "download_icon", "foreign_key_schema": "public", "foreign_key_table": "directus_files", "foreign_key_column": "id", @@ -23332,8 +25214,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Footer_Social", - "many_field": "icon", + "many_collection": "Photo_Icons", + "many_field": "download_icon", "one_collection": "directus_files", "one_field": null, "one_collection_field": null, @@ -23344,38 +25226,90 @@ } }, { - "collection": "Footer_Social", - "field": "Footer_id", - "related_collection": "Footer", + "collection": "Photo_Icons", + "field": "close_icon", + "related_collection": "directus_files", "schema": { - "constraint_name": "footer_social_footer_id_foreign", - "table": "Footer_Social", - "column": "Footer_id", + "constraint_name": "photo_icons_close_icon_foreign", + "table": "Photo_Icons", + "column": "close_icon", "foreign_key_schema": "public", - "foreign_key_table": "Footer", + "foreign_key_table": "directus_files", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "SET NULL" + "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Footer_Social", - "many_field": "Footer_id", - "one_collection": "Footer", - "one_field": "socials", + "many_collection": "Photo_Icons", + "many_field": "close_icon", + "one_collection": "directus_files", + "one_field": null, "one_collection_field": null, "one_allowed_collections": null, "junction_field": null, - "sort_field": "sort", + "sort_field": null, "one_deselect_action": "nullify" } }, { - "collection": "Sitemap_Settings", + "collection": "Photo_Icons", + "field": "previous_icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_icons_previous_icon_foreign", + "table": "Photo_Icons", + "column": "previous_icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Icons", + "many_field": "previous_icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Icons", + "field": "next_icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_icons_next_icon_foreign", + "table": "Photo_Icons", + "column": "next_icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Icons", + "many_field": "next_icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Icons", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "sitemap_settings_user_created_foreign", - "table": "Sitemap_Settings", + "constraint_name": "photo_icons_user_created_foreign", + "table": "Photo_Icons", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23384,7 +25318,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Sitemap_Settings", + "many_collection": "Photo_Icons", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -23395,6 +25329,32 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Photo_Icons", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_icons_user_updated_foreign", + "table": "Photo_Icons", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Icons", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Sitemap_Settings", "field": "user_updated", @@ -23422,12 +25382,38 @@ } }, { - "collection": "Hero", + "collection": "Sitemap_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "sitemap_settings_user_created_foreign", + "table": "Sitemap_Settings", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Sitemap_Settings", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Category_Icons", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "hero_user_updated_foreign", - "table": "Hero", + "constraint_name": "photo_category_icons_user_updated_foreign", + "table": "Photo_Category_Icons", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23436,7 +25422,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Hero", + "many_collection": "Photo_Category_Icons", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -23447,6 +25433,136 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Photo_Category_Icons", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "photo_category_icons_user_created_foreign", + "table": "Photo_Category_Icons", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Category_Icons", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Category_Icons", + "field": "photos_icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_category_icons_photos_icon_foreign", + "table": "Photo_Category_Icons", + "column": "photos_icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Category_Icons", + "many_field": "photos_icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Category_Icons", + "field": "location_icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_category_icons_location_icon_foreign", + "table": "Photo_Category_Icons", + "column": "location_icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Category_Icons", + "many_field": "location_icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Category_Icons", + "field": "date_icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "photo_category_icons_date_icon_foreign", + "table": "Photo_Category_Icons", + "column": "date_icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Photo_Category_Icons", + "many_field": "date_icon", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Hero", + "field": "background_image", + "related_collection": "directus_files", + "schema": { + "constraint_name": "hero_background_image_foreign", + "table": "Hero", + "column": "background_image", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Hero", + "many_field": "background_image", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Hero", "field": "user_created", @@ -23475,63 +25591,11 @@ }, { "collection": "Hero", - "field": "background_image", - "related_collection": "directus_files", - "schema": { - "constraint_name": "hero_background_image_foreign", - "table": "Hero", - "column": "background_image", - "foreign_key_schema": "public", - "foreign_key_table": "directus_files", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Hero", - "many_field": "background_image", - "one_collection": "directus_files", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Text_With_Side_Image", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "text_with_side_image_user_created_foreign", - "table": "Text_With_Side_Image", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Text_With_Side_Image", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Text_With_Side_Image", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "text_with_side_image_user_updated_foreign", - "table": "Text_With_Side_Image", + "constraint_name": "hero_user_updated_foreign", + "table": "Hero", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23540,7 +25604,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Text_With_Side_Image", + "many_collection": "Hero", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -23578,12 +25642,38 @@ } }, { - "collection": "Wall_Of_Text", + "collection": "Text_With_Side_Image", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "text_with_side_image_user_updated_foreign", + "table": "Text_With_Side_Image", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Text_With_Side_Image", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Text_With_Side_Image", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "wall_of_text_user_created_foreign", - "table": "Wall_Of_Text", + "constraint_name": "text_with_side_image_user_created_foreign", + "table": "Text_With_Side_Image", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23592,7 +25682,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Wall_Of_Text", + "many_collection": "Text_With_Side_Image", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -23630,13 +25720,13 @@ } }, { - "collection": "Frequently_Asked_Questions", - "field": "user_updated", + "collection": "Wall_Of_Text", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "frequently_asked_questions_user_updated_foreign", - "table": "Frequently_Asked_Questions", - "column": "user_updated", + "constraint_name": "wall_of_text_user_created_foreign", + "table": "Wall_Of_Text", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -23644,8 +25734,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Frequently_Asked_Questions", - "many_field": "user_updated", + "many_collection": "Wall_Of_Text", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -23682,13 +25772,13 @@ } }, { - "collection": "Upcoming_Events", - "field": "user_created", + "collection": "Frequently_Asked_Questions", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "upcoming_events_user_created_foreign", - "table": "Upcoming_Events", - "column": "user_created", + "constraint_name": "frequently_asked_questions_user_updated_foreign", + "table": "Frequently_Asked_Questions", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -23696,8 +25786,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Upcoming_Events", - "many_field": "user_created", + "many_collection": "Frequently_Asked_Questions", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -23734,12 +25824,12 @@ } }, { - "collection": "Equipment_Table", + "collection": "Upcoming_Events", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "equipment_table_user_created_foreign", - "table": "Equipment_Table", + "constraint_name": "upcoming_events_user_created_foreign", + "table": "Upcoming_Events", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23748,7 +25838,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Equipment_Table", + "many_collection": "Upcoming_Events", "many_field": "user_created", "one_collection": "directus_users", "one_field": null, @@ -23786,13 +25876,13 @@ } }, { - "collection": "Review_List", - "field": "user_updated", + "collection": "Equipment_Table", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "review_list_user_updated_foreign", - "table": "Review_List", - "column": "user_updated", + "constraint_name": "equipment_table_user_created_foreign", + "table": "Equipment_Table", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -23800,8 +25890,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Review_List", - "many_field": "user_updated", + "many_collection": "Equipment_Table", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -23838,13 +25928,13 @@ } }, { - "collection": "Contact", - "field": "user_created", + "collection": "Review_List", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "contact_user_created_foreign", - "table": "Contact", - "column": "user_created", + "constraint_name": "review_list_user_updated_foreign", + "table": "Review_List", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -23852,8 +25942,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Contact", - "many_field": "user_created", + "many_collection": "Review_List", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -23890,13 +25980,13 @@ } }, { - "collection": "Last_Blogs", - "field": "user_updated", + "collection": "Contact", + "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "last_blogs_user_updated_foreign", - "table": "Last_Blogs", - "column": "user_updated", + "constraint_name": "contact_user_created_foreign", + "table": "Contact", + "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -23904,8 +25994,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Last_Blogs", - "many_field": "user_updated", + "many_collection": "Contact", + "many_field": "user_created", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -23942,12 +26032,12 @@ } }, { - "collection": "Last_Projects", + "collection": "Last_Blogs", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "last_projects_user_updated_foreign", - "table": "Last_Projects", + "constraint_name": "last_blogs_user_updated_foreign", + "table": "Last_Blogs", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -23956,7 +26046,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Last_Projects", + "many_collection": "Last_Blogs", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -23994,13 +26084,13 @@ } }, { - "collection": "Last_Galleries", - "field": "user_created", + "collection": "Last_Projects", + "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "last_galleries_user_created_foreign", - "table": "Last_Galleries", - "column": "user_created", + "constraint_name": "last_projects_user_updated_foreign", + "table": "Last_Projects", + "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", "foreign_key_column": "id", @@ -24008,8 +26098,8 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Last_Galleries", - "many_field": "user_created", + "many_collection": "Last_Projects", + "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, "one_collection_field": null, @@ -24044,6 +26134,32 @@ "sort_field": null, "one_deselect_action": "nullify" } + }, + { + "collection": "Last_Galleries", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "last_galleries_user_created_foreign", + "table": "Last_Galleries", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Last_Galleries", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } } ] } \ No newline at end of file