You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2016/11/14 17:07:23 UTC

[20/53] [abbrv] incubator-trafficcontrol git commit: no migrations in the branch. removing ones added with master merge.

no migrations in the branch. removing ones added with master merge.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/d62e3270
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/d62e3270
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/d62e3270

Branch: refs/heads/psql-rebase
Commit: d62e327011cf53bfb57a8e500e71f9bb02b5f205
Parents: a90c84c
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Thu Sep 1 13:10:48 2016 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Nov 11 13:53:25 2016 -0700

----------------------------------------------------------------------
 .../db/migrations/20160817171741_server_add_https_port.sql   | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d62e3270/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql b/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql
deleted file mode 100644
index b7bb9fd..0000000
--- a/traffic_ops/app/db/migrations/20160817171741_server_add_https_port.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-
--- +goose Up
--- SQL in section 'Up' is executed when this migration is applied
-alter table server add https_port int(10) unsigned default NULL;
-
--- +goose Down
--- SQL section 'Down' is executed when this migration is rolled back
-alter table server drop column https_port;
\ No newline at end of file