Skip to content

Commit fdba76f

Browse files
committed
Add missing category_type column to categorizations
1 parent 0019e5a commit fdba76f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/dummy/db/schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
t.datetime 'created_at', null: false
209209
t.datetime 'updated_at', null: false
210210
t.uuid 'category_id', null: false
211+
t.string 'category_type', null: false
211212
t.string 'categorizable_type', null: false
212213
t.uuid 'categorizable_id', null: false
213214
t.index %w[categorizable_type categorizable_id], name: 'index_better_together_categorizations_on_categorizable'

0 commit comments

Comments
 (0)