mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove unused 'locale_options'
This commit is contained in:
@@ -10512,34 +10512,6 @@
|
||||
"group": null,
|
||||
"length": "8"
|
||||
},
|
||||
"locale_options": {
|
||||
"collection": "directus_users",
|
||||
"field": "locale_options",
|
||||
"datatype": "TEXT",
|
||||
"unique": false,
|
||||
"primary_key": false,
|
||||
"auto_increment": false,
|
||||
"default_value": null,
|
||||
"note": "",
|
||||
"signed": true,
|
||||
"id": 857,
|
||||
"type": "json",
|
||||
"sort": 16,
|
||||
"interface": "json",
|
||||
"display": null,
|
||||
"display_options": null,
|
||||
"hidden_detail": true,
|
||||
"hidden_browse": true,
|
||||
"required": false,
|
||||
"options": null,
|
||||
"locked": 1,
|
||||
"translation": null,
|
||||
"readonly": false,
|
||||
"width": null,
|
||||
"validation": null,
|
||||
"group": null,
|
||||
"length": null
|
||||
},
|
||||
"avatar": {
|
||||
"collection": "directus_users",
|
||||
"field": "avatar",
|
||||
|
||||
@@ -5740,35 +5740,6 @@
|
||||
"length": "16",
|
||||
"name": "Status"
|
||||
},
|
||||
{
|
||||
"collection": "directus_users",
|
||||
"field": "locale_options",
|
||||
"datatype": "TEXT",
|
||||
"unique": false,
|
||||
"primary_key": false,
|
||||
"auto_increment": false,
|
||||
"default_value": null,
|
||||
"note": "",
|
||||
"signed": true,
|
||||
"id": 857,
|
||||
"type": "json",
|
||||
"sort": 16,
|
||||
"interface": "json",
|
||||
"display": null,
|
||||
"display_options": null,
|
||||
"hidden_detail": true,
|
||||
"hidden_browse": true,
|
||||
"required": false,
|
||||
"options": null,
|
||||
"locked": 1,
|
||||
"translation": null,
|
||||
"readonly": false,
|
||||
"width": null,
|
||||
"validation": null,
|
||||
"group": null,
|
||||
"length": null,
|
||||
"name": "Locale Options"
|
||||
},
|
||||
{
|
||||
"collection": "directus_users",
|
||||
"field": "avatar",
|
||||
|
||||
@@ -48,7 +48,6 @@ export type User = {
|
||||
password_reset_token: string | null;
|
||||
timezone: string;
|
||||
language: string;
|
||||
locale_options: null;
|
||||
avatar: null | Avatar;
|
||||
company: string | null;
|
||||
title: string | null;
|
||||
|
||||
Reference in New Issue
Block a user