Skip to content

default schema for task is not oracle friendly #7

@paweljasinski

Description

@paweljasinski

makemigrations against oracle as db backend creates the following warnings

(venv) λ python manage.py makemigrations
System check identified some issues:

WARNINGS:
joeflow.Task.name: (fields.W162) Oracle does not support a database index on NCLOB columns.
        HINT: An index won't be created. Silence this warning if you don't care about it.
joeflow.Task.status: (fields.W162) Oracle does not support a database index on NCLOB columns.
        HINT: An index won't be created. Silence this warning if you don't care about it.
joeflow.Task.type: (fields.W162) Oracle does not support a database index on NCLOB columns.
        HINT: An index won't be created. Silence this warning if you don't care about it.

Would it make more sense to use CharFIeld instead of TextField for the 3 fields in question?
I'd prefer limited size fields with index than unlimited size fields without index.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions