Skip to content

Commit 342f4f7

Browse files
committed
Update app file spec
1 parent 4224b9b commit 342f4f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

db/cable_schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
t.index ["channel_hash"], name: "index_solid_cable_messages_on_channel_hash"
2121
t.index ["created_at"], name: "index_solid_cable_messages_on_created_at"
2222
end
23+
2324
end

db/cache_schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
t.index ["key_hash", "byte_size"], name: "index_solid_cache_entries_on_key_hash_and_byte_size"
3030
t.index ["key_hash"], name: "index_solid_cache_entries_on_key_hash", unique: true
3131
end
32+
3233
end

0 commit comments

Comments
 (0)