Skip to content

Descriptions in database are labels, not descriptions #24

@d4rky-pl

Description

@d4rky-pl

Right now when new migrations arrive, they are inserted into database while doing db:migrate. The problem is that description in DB is taken from migration's filename so it's only the labelized version of it (100 chars at max, only A-Z characters).

Proposal:

  • renaming 'description' to 'label' in database
  • creating additional 'description' field with full description

It would be best to implement it by creating a new static public variable called $description in each Migration file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions