Yimaru/Yimaru-BackEnd
production
73370633ced922ec14881770c46de77b32437bca
success
Saved working directory and index state On production: local changes 2026-05-06T13:12:28.202Z
HEAD is now at b62d895 Include nested lesson and practice counts in exam-prep modules list response.
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd * branch production -> FETCH_HEAD
Your branch is ahead of 'origin/production' by 60 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating b62d895..7337063 Fast-forward internal/web_server/middleware.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd * branch production -> FETCH_HEAD
Seeding /home/yimaru/Yimaru-BackEnd/db/data/001_initial_seed_data.sql...
CREATE EXTENSION
INSERT 0 0
INSERT 0 0
UPDATE 1
INSERT 0 0
Seeding /home/yimaru/Yimaru-BackEnd/db/data/003_fix_autoincrement_desync.sql...
setval
--------
148
(1 row)
setval
--------
8
(1 row)
setval
--------
333
(1 row)
setval
--------
140
(1 row)
Seeding /home/yimaru/Yimaru-BackEnd/db/data/004_activity_logs_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/005_issue_reporting_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/006_notifications_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/008_account_deletion_requests_seed.sql...
Seeding /home/yimaru/Yimaru-BackEnd/db/data/009_question_types_seed.sql...
/home/yimaru/Yimaru-BackEnd/db/data/001_initial_seed_data.sql: NOTICE: extension "pgcrypto" already exists, skipping