Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.
This repository was archived by the owner on May 13, 2022. It is now read-only.

Upgrade from 2.0.0 to 2.0.1 alters schema.db file format #231

@nesrual

Description

@nesrual

Upgrading schema_plus and running any pending migrations will result in a changed db/schema.rb file:

#> bundle update schema_plus
#> rake db:migrate

The changed db/schema.rb file will use the old Ruby format where

t.string   "description",         default: "", null: false

will become

t.string   "description",         :default=>"", :null=>false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions