Skip to content

Commit

Permalink
tag key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Mar 8, 2020
1 parent 4f5bc23 commit 540c65c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/Application/data/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ CREATE TABLE `core_form_field` (
`class` varchar(100) NOT NULL,
`url_view` varchar(255) NOT NULL,
`url_list` varchar(255) NOT NULL,
`tag_key` varchar(100) NOT NULL,
`show_widget_left` tinyint(1) NOT NULL,
`allow_clear` tinyint(1) NOT NULL DEFAULT 1,
`readonly` tinyint(1) NOT NULL DEFAULT 0,
Expand Down

0 comments on commit 540c65c

Please sign in to comment.