Skip to content

Commit

Permalink
Update Sequel test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Apr 7, 2018
1 parent 3b1b12e commit 1eadccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/sequel/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def migrate(*)

DB.create_table? :serialized_posts do
primary_key :id
String :title, size: 65535
String :content, size: 65535
String :my_title_i18n, size: 65535
String :my_content_i18n, size: 65535
TrueClass :published
DateTime :created_at, allow_null: false
DateTime :updated_at, allow_null: false
Expand Down

0 comments on commit 1eadccb

Please sign in to comment.