We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52846bb commit ae171faCopy full SHA for ae171fa
install/sql/incremental/upd_0042.sql
@@ -0,0 +1,4 @@
1
+
2
+-- increase column size
3
+ALTER TABLE `client` CHANGE `template_additional` `template_additional` TEXT NOT NULL DEFAULT '';
4
install/sql/ispconfig3.sql
@@ -221,7 +221,7 @@ CREATE TABLE `client` (
221
`language` char(2) NOT NULL DEFAULT 'en',
222
`usertheme` varchar(32) NOT NULL DEFAULT 'default',
223
`template_master` int(11) unsigned NOT NULL DEFAULT '0',
224
- `template_additional` varchar(255) NOT NULL DEFAULT '',
+ `template_additional` text NOT NULL DEFAULT '',
225
`created_at` bigint(20) DEFAULT NULL,
226
`id_rsa` varchar(2000) NOT NULL DEFAULT '',
227
`ssh_rsa` varchar(600) NOT NULL DEFAULT '',
0 commit comments