From 105aba971922261483214ace885d0769749334d8 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Wed, 10 Dec 2003 21:52:33 +0000 Subject: [PATCH] It is maxvolbytes, not mavvolbytes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@860 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/make_postgresql_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/make_postgresql_tables.in b/bacula/src/cats/make_postgresql_tables.in index 6233306397..edcef53442 100644 --- a/bacula/src/cats/make_postgresql_tables.in +++ b/bacula/src/cats/make_postgresql_tables.in @@ -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 -- 2.39.5