[CodeFactor] Apply fixes to commit 0958a13

This commit is contained in:
codefactor-io
2019-11-19 02:15:15 +00:00
parent 0958a134ed
commit 0ece05ca6b

View File

@@ -16,7 +16,7 @@ class UpgradeCms < ActiveRecord::Migration[5.2]
remove_column :comfy_cms_pages, :is_shared
remove_column :comfy_cms_snippets, :is_shared
limit = 16777215
limit = 16_777_215
create_table :comfy_cms_translations, force: true do |t|
t.string :locale, null: false
t.integer :page_id, null: false