Skip to content

Commit ae33885

Browse files
committed
Add published column to Sequel test db schema
1 parent e04dc2b commit ae33885

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/sequel/schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def migrate(*)
129129
DB.create_table? :container_posts do
130130
primary_key :id
131131
jsonb :translations, default: '""'
132+
TrueClass :published
132133
DateTime :created_at, allow_null: false
133134
DateTime :updated_at, allow_null: false
134135
end

0 commit comments

Comments
 (0)