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

Commit

Permalink
Consistent db scripts for tracker 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrauer committed Oct 5, 2015
1 parent 8a9fe14 commit 7dc34cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/tracker/database/mysql/1.2.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS `tracker_scalar` (
`official` tinyint(4) NOT NULL DEFAULT '1',
`build_results_url` text NOT NULL,
`branch` varchar(255) NOT NULL DEFAULT '',
`params` text,
`extra_urls` text,
PRIMARY KEY (`scalar_id`),
KEY (`trend_id`),
Expand Down
1 change: 0 additions & 1 deletion modules/tracker/database/pgsql/1.2.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ CREATE TABLE IF NOT EXISTS "tracker_scalar" (
"official" smallint NOT NULL DEFAULT 1::smallint,
"build_results_url" text NOT NULL,
"branch" character varying(255) NOT NULL DEFAULT ''::character varying,
"params" text,
"extra_urls" text
);

Expand Down
1 change: 0 additions & 1 deletion modules/tracker/database/sqlite/1.2.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS "tracker_scalar" (
"official" INTEGER NOT NULL DEFAULT 1,
"build_results_url" TEXT NOT NULL,
"branch" TEXT NOT NULL DEFAULT '',
"params" TEXT,
"extra_urls" TEXT
);

Expand Down

0 comments on commit 7dc34cd

Please sign in to comment.