This website requires JavaScript.
Explore
Help
Register
Sign In
chedius
/
delivery-tracker
Watch
1
Star
0
Fork
0
You've already forked delivery-tracker
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c39bde0b10440cc5cd8e1aa96a794c416d6a0ac1
delivery-tracker
/
backend
/
internal
/
db
/
migrations
History
Egor Pozharov
c39bde0b10
Some checks failed
Build and Push Docker Images / build-backend (push)
Has been cancelled
Details
Build and Push Docker Images / build-frontend (push)
Has been cancelled
Details
add warehouse_request_source and warehouse_request_source_2 fields to deliveries table with validation and normalization logic
2026-05-04 17:32:03 +06:00
..
000001_create_deliveries_table.down.sql
chore: restructure project into backend and frontend folders
2026-04-14 13:14:28 +06:00
000001_create_deliveries_table.up.sql
chore: restructure project into backend and frontend folders
2026-04-14 13:14:28 +06:00
000002_create_users_table.down.sql
chore: restructure project into backend and frontend folders
2026-04-14 13:14:28 +06:00
000002_create_users_table.up.sql
chore: restructure project into backend and frontend folders
2026-04-14 13:14:28 +06:00
000003_add_delivery_fields.down.sql
add customer name, service info, second pickup location, and structured address fields to deliveries
2026-04-16 20:16:21 +06:00
000003_add_delivery_fields.up.sql
add customer name, service info, second pickup location, and structured address fields to deliveries
2026-04-16 20:16:21 +06:00
000004_add_login_lockout_fields.down.sql
implement account lockout after 3 failed login attempts with 5-minute cooldown period
2026-04-29 17:00:37 +06:00
000004_add_login_lockout_fields.up.sql
implement account lockout after 3 failed login attempts with 5-minute cooldown period
2026-04-29 17:00:37 +06:00
000005_add_warehouse_request_source.down.sql
add warehouse_request_source and warehouse_request_source_2 fields to deliveries table with validation and normalization logic
2026-05-04 17:32:03 +06:00
000005_add_warehouse_request_source.up.sql
add warehouse_request_source and warehouse_request_source_2 fields to deliveries table with validation and normalization logic
2026-05-04 17:32:03 +06:00