Skip to content

Commit

Permalink
update tableset
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Sep 13, 2024
1 parent 87cf430 commit 5a62f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions install/tableset.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"prio": 4,
"type_id": "value",
"type_name": "choice",
"db_type": "text",
"db_type": "int(10) unsigned",
"list_hidden": 0,
"search": 1,
"name": "be_user_id",
Expand Down Expand Up @@ -198,7 +198,7 @@
"prio": 4,
"type_id": "value",
"type_name": "be_media_preview",
"db_type": "text",
"db_type": "varchar(191)",
"list_hidden": 1,
"search": 0,
"name": "image",
Expand All @@ -215,7 +215,7 @@
"prio": 5,
"type_id": "value",
"type_name": "choice",
"db_type": "text",
"db_type": "int",
"list_hidden": 1,
"search": 1,
"name": "status",
Expand Down Expand Up @@ -440,7 +440,7 @@
"prio": 7,
"type_id": "value",
"type_name": "domain",
"db_type": "text",
"db_type": "varchar(191)",
"list_hidden": 1,
"search": 1,
"name": "domain_ids",
Expand Down Expand Up @@ -611,7 +611,7 @@
"prio": 17,
"type_id": "value",
"type_name": "be_media_preview",
"db_type": "text",
"db_type": "varchar(191)",
"list_hidden": 0,
"search": 0,
"name": "image",
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires:
packages:
yform: '^4'
yform/manager: '^4'
yform_field: '^2.3.0'
yform_field: '^2.7.1'

page:
title: translate:neues
Expand Down

0 comments on commit 5a62f3c

Please sign in to comment.