]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix MySQL syntax error
authorKern Sibbald <kern@sibbald.com>
Wed, 13 Oct 2004 20:55:41 +0000 (20:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 13 Oct 2004 20:55:41 +0000 (20:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1646 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/make_mysql_tables.in

index f4395b666820174dd4564f3e7eaf40e89b015434..b51c33192ec31470eec17f274c6389d5c10913bc 100644 (file)
@@ -116,7 +116,7 @@ CREATE TABLE Media (
    MediaAddressing TINYINT NOT NULL DEFAULT 0,
    VolReadTime BIGINT UNSIGNED NOT NULL DEFAULT 0,
    VolWriteTime BIGINT UNSIGNED NOT NULL DEFAULT 0,
-   EndFile INTEGER UNSIGNED NOT NULL DEFAULT 0;
+   EndFile INTEGER UNSIGNED NOT NULL DEFAULT 0,
    EndBlock INTEGER UNSIGNED NOT NULL DEFAULT 0,
    PRIMARY KEY(MediaId),
    INDEX (PoolId)