summaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
Diffstat (limited to 'create')
-rwxr-xr-xcreate/schema/gen.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/schema/gen.pl b/create/schema/gen.pl
index f56081d3..c2410856 100755
--- a/create/schema/gen.pl
+++ b/create/schema/gen.pl
@@ -152,8 +152,8 @@ static ZBX_TABLE tables[]={
%sqlite=("t_bigint" => "bigint",
"database" => "sqlite",
- "before" => "",
- "after" => "",
+ "before" => "begin transaction;\n",
+ "after" => "commit;\n",
"type" => "sql",
"t_id" => "bigint",
"t_integer" => "integer",