Skip to content

Commit

Permalink
[#377] Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antlu committed Feb 6, 2023
1 parent abd5869 commit 21b2b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class RenameObsoleteFieldsInRepo < ActiveRecord::Migration[6.1]
def change
rename_column :uffizzi_core_repos, :deploy_preview_when_pull_request_is_opened, :deprecated_deploy_preview_when_pull_request_is_opened
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This migration comes from uffizzi_core (originally 20230203071725)
class RenameObsoleteFieldsInRepo < ActiveRecord::Migration[6.1]
def change
Expand Down

0 comments on commit 21b2b07

Please sign in to comment.