From 3f4c2d2e6be7ea0a1e479d5c51e270b7989149bc Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sat, 20 Dec 2003 21:40:15 +0000 Subject: [PATCH] change DEAULT -> DEFAULT git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@917 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/make_mysql_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 509dc097e3..991c894fba 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -116,7 +116,7 @@ CREATE TABLE Media ( MaxVolBytes BIGINT UNSIGNED NOT NULL DEFAULT 0, InChanger TINYINT NOT NULL DEFAULT 0, MediaAddressing TINYINT NOT NULL DEFAULT 0, - VolReadTime BIGINT UNSIGNED NOT NULL DEAULT 0, + VolReadTime BIGINT UNSIGNED NOT NULL DEFAULT 0, VolWriteTime BIGINT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY(MediaId), INDEX (PoolId) -- 2.39.5