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

Commit

Permalink
Fix SQL file versions in tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatrick committed Jan 15, 2016
1 parent 3783a6d commit 04ffca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/tracker/database/mysql/1.2.3.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.

-- MySQL database for the tracker module, version 1.2.2
-- MySQL database for the tracker module, version 1.2.3

CREATE TABLE IF NOT EXISTS `tracker_producer` (
`producer_id` bigint(20) NOT NULL AUTO_INCREMENT,
Expand Down
2 changes: 1 addition & 1 deletion modules/tracker/database/pgsql/1.2.3.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.

-- PostgreSQL database for the tracker module, version 1.2.2
-- PostgreSQL database for the tracker module, version 1.2.3

SET client_encoding = 'UTF8';
SET default_with_oids = FALSE;
Expand Down
2 changes: 1 addition & 1 deletion modules/tracker/database/sqlite/1.2.3.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.

-- SQLite database for the tracker module, version 1.2.2
-- SQLite database for the tracker module, version 1.2.3

CREATE TABLE IF NOT EXISTS "tracker_producer" (
"producer_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
Expand Down

0 comments on commit 04ffca9

Please sign in to comment.