Skip to content

Commit

Permalink
Remove frozen_string_literal comment from cable_schema install template
Browse files Browse the repository at this point in the history
These comments should not be generated by default on a fresh installation
  • Loading branch information
brunoprietog committed Sep 15, 2024
1 parent b94b667 commit 768b2c7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# frozen_string_literal: true

ActiveRecord::Schema[7.1].define(version: 1) do
create_table "solid_cable_messages", force: :cascade do |t|
t.binary "channel", limit: 1024, null: false
Expand Down

0 comments on commit 768b2c7

Please sign in to comment.