Skip to content

v0.0.6

Choose a tag to compare

@ClayGendron ClayGendron released this 16 Mar 19:02
· 148 commits to main since this release

What's Changed

Changed

  • max_length=1024 on all indexed string columns — All id, path, file_path, source_path, target_path, owner_id, and grantee_id fields across all five DB models (grover_files, grover_file_chunks, grover_file_connections, grover_file_shares, grover_file_versions) now have explicit max_length=1024 for compatibility with databases that require bounded index columns.

Full Changelog: v0.0.5...v0.0.6