]> 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:09 +0000 (15:32 +0200)
bacula/src/cats/make_mysql_tables.in

index 6cf24a3f671b81f8a075db6133b894387014b5b0..c053bc8ab4a8ca689a15000ce239af1126f57e3d 100644 (file)
@@ -324,8 +324,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))