summaryrefslogtreecommitdiff
path: root/db/migrate/20170329095907_create_ci_trigger_schedules.rb
diff options
context:
space:
mode:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-04-01 02:31:58 +0900
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-04-06 23:46:58 +0900
commitd9574c0cce97d859ca605d70374633283c93f3fa (patch)
treeed24d642820cc2e27247e692549b40d4561e034b /db/migrate/20170329095907_create_ci_trigger_schedules.rb
parent57d082f3589060c90c2841dd52dda77574f5d984 (diff)
downloadgitlab-ce-d9574c0cce97d859ca605d70374633283c93f3fa.tar.gz
Maintain MR
Diffstat (limited to 'db/migrate/20170329095907_create_ci_trigger_schedules.rb')
-rw-r--r--db/migrate/20170329095907_create_ci_trigger_schedules.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/db/migrate/20170329095907_create_ci_trigger_schedules.rb b/db/migrate/20170329095907_create_ci_trigger_schedules.rb
index 42f9497cac7..7b2e2e2098b 100644
--- a/db/migrate/20170329095907_create_ci_trigger_schedules.rb
+++ b/db/migrate/20170329095907_create_ci_trigger_schedules.rb
@@ -7,22 +7,6 @@ class CreateCiTriggerSchedules < ActiveRecord::Migration
# Set this constant to true if this migration requires downtime.
DOWNTIME = false
- # When a migration requires downtime you **must** uncomment the following
- # constant and define a short and easy to understand explanation as to why the
- # migration requires downtime.
- # DOWNTIME_REASON = ''
-
- # When using the methods "add_concurrent_index" or "add_column_with_default"
- # you must disable the use of transactions as these methods can not run in an
- # existing transaction. When using "add_concurrent_index" make sure that this
- # method is the _only_ method called in the migration, any other changes
- # should go in a separate migration. This ensures that upon failure _only_ the
- # index creation fails and can be retried or reverted easily.
- #
- # To disable transactions uncomment the following line and remove these
- # comments:
- # disable_ddl_transaction!
-
def change
create_table :ci_trigger_schedules do |t|
t.integer "project_id"