Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 04ffca9

Browse files
committed
Fix SQL file versions in tracker.
1 parent 3783a6d commit 04ffca9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/tracker/database/mysql/1.2.3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
22

3-
-- MySQL database for the tracker module, version 1.2.2
3+
-- MySQL database for the tracker module, version 1.2.3
44

55
CREATE TABLE IF NOT EXISTS `tracker_producer` (
66
`producer_id` bigint(20) NOT NULL AUTO_INCREMENT,

modules/tracker/database/pgsql/1.2.3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
22

3-
-- PostgreSQL database for the tracker module, version 1.2.2
3+
-- PostgreSQL database for the tracker module, version 1.2.3
44

55
SET client_encoding = 'UTF8';
66
SET default_with_oids = FALSE;

modules/tracker/database/sqlite/1.2.3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
22

3-
-- SQLite database for the tracker module, version 1.2.2
3+
-- SQLite database for the tracker module, version 1.2.3
44

55
CREATE TABLE IF NOT EXISTS "tracker_producer" (
66
"producer_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,

0 commit comments

Comments
 (0)