Closed MarkDavidson closed 9 years ago
https://github.com/TAXIIProject/django-taxii-services/blob/master/taxii_services/models.py#L23
This constant should be specified as 255 so that the schema is valid for MySQL. I'm guessing this will also help for other database systems.
255
Worked perfectly - thanks Mark.
@itchycube, did you change this locally? Either way, it's in the master branch now!
I did just change it locally to test. Glad's its in there!
Thanks Mark.
https://github.com/TAXIIProject/django-taxii-services/blob/master/taxii_services/models.py#L23
This constant should be specified as
255
so that the schema is valid for MySQL. I'm guessing this will also help for other database systems.