Skip to content

Commit

Permalink
table-adjustments for panel_templates
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Nov 26, 2023
1 parent 735ef85 commit 8a23d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/froxlor.sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@
`templategroup` varchar(255) NOT NULL default '',
`varname` varchar(255) NOT NULL default '',
`value` longtext NOT NULL,
`file_extension` varchar(50) NOT NULL default 'html'
PRIMARY KEY (id),
KEY adminid (adminid)
) ENGINE=InnoDB CHARSET=utf8 COLLATE=utf8_general_ci;
Expand Down

0 comments on commit 8a23d0b

Please sign in to comment.