]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak fix bad quoting in make_mysql_tables.in
authorKern Sibbald <kern@sibbald.com>
Fri, 13 Aug 2010 07:46:33 +0000 (09:46 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 29 Aug 2010 13:32:01 +0000 (15:32 +0200)
bacula/src/cats/make_mysql_tables.in

index 6ebfc8f915c9d70e660bf4150a558b7315bcb50c..71b4fff695213a36a76e9a6c210b47ee8a86948d 100644 (file)
@@ -355,8 +355,8 @@ CREATE TABLE UnsavedFiles (
 
 CREATE TABLE Counters (
    Counter TINYBLOB NOT NULL,
-   `MinValue` INTEGER DEFAULT 0,
-   `MaxValue` INTEGER DEFAULT 0,
+   'MinValue' INTEGER DEFAULT 0,
+   'MaxValue' INTEGER DEFAULT 0,
    CurrentValue INTEGER DEFAULT 0,
    WrapCounter TINYBLOB NOT NULL,
    PRIMARY KEY (Counter(128))