]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_sqlite_tables.in
- Add Enabled column to Location, correct some typos in DB schemas.
[bacula/bacula] / bacula / src / cats / update_sqlite_tables.in
index b40c9a8bccecc03293ab31d8307f0fe978588a5a..399497bae06918a4c90824bfa251f5815c5119b0 100755 (executable)
@@ -222,7 +222,8 @@ CREATE TABLE Log
 CREATE TABLE Location (
    LocationId INTEGER,
    Location VARCHAR(128) NOT NULL,
-   Counter INTEGER DEFAULT 0,
+   Cost INTEGER DEFAULT 0,
+   Enabled TINYINT,
    PRIMARY KEY(LocationId)
    );