Skip to content

Commit 6ed6cc0

Browse files
committed
Add snippets to db/schema.rb
1 parent e948b11 commit 6ed6cc0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

db/cache_schema.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
t.integer "seq"
2020
end
2121

22-
# Could not dump table "data" because of following StandardError
23-
# Unknown type 'ANY' for column 'value'
24-
2522
create_table "solid_cache_entries", force: :cascade do |t|
2623
t.binary "key", limit: 1024, null: false
2724
t.binary "value", limit: 536870912, null: false

db/schema.rb

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)