Skip to content

Commit

Permalink
Merge pull request #11318 from archesproject/jtw/allow-long-db-table-…
Browse files Browse the repository at this point in the history
…names

Ensure longer model names can be used #11317
  • Loading branch information
chrabyrd authored Aug 9, 2024
2 parents 9a184f6 + 7a43075 commit d093f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions arches/app/models/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class Migration(migrations.Migration):

dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("auth", "0002_alter_permission_name_max_length"),
]

initial = True
Expand Down
3 changes: 2 additions & 1 deletion releases/8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Arches 8.0.0 Release Notes

### Additional highlights

- Add session-based REST APIs for login, logout [#11261]
- Add session-based REST APIs for login, logout [#11261](https://github.com/archesproject/arches/issues/11261)
- Improve handling of longer model names [#11317](https://github.com/archesproject/arches/issues/11317)

### Dependency changes
```
Expand Down

0 comments on commit d093f8f

Please sign in to comment.