]> git.sur5r.net Git - bacula/bacula/commitdiff
It is maxvolbytes, not mavvolbytes
authorDan Langille <dan@langille.org>
Wed, 10 Dec 2003 21:52:33 +0000 (21:52 +0000)
committerDan Langille <dan@langille.org>
Wed, 10 Dec 2003 21:52:33 +0000 (21:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@860 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/make_postgresql_tables.in

index 62333063979657a78806bd86e0b93183187e5f97..edcef534424d2dfb64904ac5cb414665b8b7708b 100644 (file)
@@ -125,7 +125,7 @@ create table media
     voluseduration    bigint                not null,
     maxvoljobs        integer               not null,
     maxvolfiles       integer               not null,
-    mavvolbytes       bigint                not null,
+    maxvolbytes       bigint                not null,
     drive             integer               not null
         default 0,
     inchanger         smallint              not null