replace tab with spaces

This commit is contained in:
Uwe Steinmann 2021-07-21 15:24:17 +02:00
parent b0804f5562
commit 51c342b5e3

View File

@ -431,7 +431,7 @@ CREATE TABLE `tblSessions` (
`theme` varchar(30) NOT NULL default '',
`language` varchar(30) NOT NULL default '',
`clipboard` text default NULL,
`su` INTEGER DEFAULT NULL,
`su` INTEGER DEFAULT NULL,
`splashmsg` text default NULL
) ;