diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/util-sql-loggers.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/util-sql-loggers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/util-sql-loggers.lua b/Master/texmf-dist/tex/context/base/util-sql-loggers.lua index 7fceb8032c0..ceb1ff75cfa 100644 --- a/Master/texmf-dist/tex/context/base/util-sql-loggers.lua +++ b/Master/texmf-dist/tex/context/base/util-sql-loggers.lua @@ -52,7 +52,7 @@ table.setmetatableindex(fromtype,function() return "info" end) loggers.totype = totype loggers.fromtype = fromtype -local template =[[ +local template = [[ CREATE TABLE IF NOT EXISTS %basename% ( `id` int(11) NOT NULL AUTO_INCREMENT, `time` int(11) NOT NULL, |