diff options
author | Shinya Maeda <shinya@gitlab.com> | 2017-09-27 22:17:41 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2017-09-27 22:17:41 +0900 |
commit | 058e595788118fb129d3003989a3728de9ae7e39 (patch) | |
tree | 2e778ebefaf14f5847f1cc20fa9963a12a46bc97 /db/migrate | |
parent | 5fbf4069f6bc17dcc1ceeb81c28498b872882a6a (diff) | |
download | gitlab-ce-058e595788118fb129d3003989a3728de9ae7e39.tar.gz |
Delete/Update basic implementation
Diffstat (limited to 'db/migrate')
-rw-r--r-- | db/migrate/20170924094327_create_ci_clusters.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170924094327_create_ci_clusters.rb b/db/migrate/20170924094327_create_ci_clusters.rb index dce3298cde2..c919c5da2c4 100644 --- a/db/migrate/20170924094327_create_ci_clusters.rb +++ b/db/migrate/20170924094327_create_ci_clusters.rb @@ -29,7 +29,7 @@ class CreateCiClusters < ActiveRecord::Migration t.datetime_with_timezone :updated_at, null: false end - # TODO: fk, index, encypt + # TODO: fk, index, attr_encrypted add_foreign_key :ci_clusters, :projects add_foreign_key :ci_clusters, :users, column: :owner_id |