mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 17:24:50 -04:00
[CodeFactor] Apply fixes to commit 0958a13
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user