This website requires JavaScript.
Explore
Help
Register
Sign In
stefiosif
/
loft
Watch
1
Star
0
Fork
0
You've already forked loft
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
eb95eed75256070c2b98182ffa2f2489d716658e
loft
/
backend
/
migrations
History
stefiosif
affe9bcd14
feat: generate and display thumbnails asynchronously
2026-06-28 12:18:26 +03:00
..
20260430221144_create_file_records.sql
feat: migrate file storage to postgres with sqlx
2026-05-01 01:16:45 +03:00
20260511201435_add_storage_path_to_file_records.sql
feat(backend): add opendal storage for file payload and postgres record for metadata, add CORS layer
2026-05-21 00:27:37 +03:00
20260523200650_create_users.sql
feat(backend): replace auth stub with real session, create users and sessions tables
2026-05-26 02:34:23 +03:00
20260523200652_create_sessions.sql
feat(backend): replace auth stub with real session, create users and sessions tables
2026-05-26 02:34:23 +03:00
20260528174135_add_user_id_to_file_records.sql
feat(backend): scope files to users with FK user_id, rename storage_path to storage_key for clarity
2026-05-28 21:24:12 +03:00
20260528174203_rename_storage_path_to_storage_key.sql
feat(backend): scope files to users with FK user_id, rename storage_path to storage_key for clarity
2026-05-28 21:24:12 +03:00
20260627202138_add_thumbnail_to_file_records.sql
feat: generate and display thumbnails asynchronously
2026-06-28 12:18:26 +03:00