]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix MaxVolBytes for SQLite
authorKern Sibbald <kern@sibbald.com>
Fri, 29 Nov 2002 18:15:41 +0000 (18:15 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 29 Nov 2002 18:15:41 +0000 (18:15 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@225 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/make_sqlite_tables.in

index e86d637c1546892814ff0efa72905ca7831f6be9..d9516deda4b66c7db191dff31ed6f6c1815c2c60 100644 (file)
@@ -104,7 +104,6 @@ CREATE TABLE Media (
    VolBytes BIGINT UNSIGNED DEFAULT 0,
    VolErrors INTEGER UNSIGNED DEFAULT 0,
    VolWrites INTEGER UNSIGNED DEFAULT 0,
-   MaxVolBytes BIGINT UNSIGNED DEFAULT 0,
    VolCapacityBytes BIGINT UNSIGNED DEFAULT 0,
    VolStatus VARCHAR(20) NOT NULL,
    Recycle TINYINT DEFAULT 0,