]> git.sur5r.net Git - bacula/bacula/commitdiff
change DEAULT -> DEFAULT
authorDan Langille <dan@langille.org>
Sat, 20 Dec 2003 21:40:15 +0000 (21:40 +0000)
committerDan Langille <dan@langille.org>
Sat, 20 Dec 2003 21:40:15 +0000 (21:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@917 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/make_mysql_tables.in

index 509dc097e324bb353e8165f23c331bb1b78b6f68..991c894fba518bd1341e36215180ecefeb698682 100644 (file)
@@ -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)