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

Commit 7dc34cd

Browse files
author
mgrauer
committed
Consistent db scripts for tracker 1.2.2
1 parent 8a9fe14 commit 7dc34cd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

modules/tracker/database/mysql/1.2.2.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS `tracker_scalar` (
2525
`official` tinyint(4) NOT NULL DEFAULT '1',
2626
`build_results_url` text NOT NULL,
2727
`branch` varchar(255) NOT NULL DEFAULT '',
28-
`params` text,
2928
`extra_urls` text,
3029
PRIMARY KEY (`scalar_id`),
3130
KEY (`trend_id`),

modules/tracker/database/pgsql/1.2.2.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ CREATE TABLE IF NOT EXISTS "tracker_scalar" (
2828
"official" smallint NOT NULL DEFAULT 1::smallint,
2929
"build_results_url" text NOT NULL,
3030
"branch" character varying(255) NOT NULL DEFAULT ''::character varying,
31-
"params" text,
3231
"extra_urls" text
3332
);
3433

modules/tracker/database/sqlite/1.2.2.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CREATE TABLE IF NOT EXISTS "tracker_scalar" (
2525
"official" INTEGER NOT NULL DEFAULT 1,
2626
"build_results_url" TEXT NOT NULL,
2727
"branch" TEXT NOT NULL DEFAULT '',
28-
"params" TEXT,
2928
"extra_urls" TEXT
3029
);
3130

0 commit comments

Comments
 (0)