Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db.model schema - string column without size to default to length 255 #330

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Oct 18, 2024

  1. (1) db.models -

    When a column type is Python "str" or String type without max length, default to 255.
    Otherwise, DB other than sqlite3 cannot have VARCHAR without size.
    (2) Add the schema deployment to MySQL in github action tests so we'd catch the db.model change that doesn't work.
    ntai-arxiv committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2e6f354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5d9c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Fix up the models

    ntai-arxiv committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3fd6e01 View commit details
    Browse the repository at this point in the history