Yimaru/Yimaru-BackEnd
production
c5347f5b6f076d1ae7eb93bc8080d5efa0c7f230
success
Saved working directory and index state On production: local changes 2026-06-19T11:56:58.316Z
HEAD is now at ef58588 feat: allow empty stimulus and response on question type definitions
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd * branch production -> FETCH_HEAD
Your branch is ahead of 'origin/production' by 196 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating ef58588..c5347f5 Fast-forward internal/domain/question_type_builder.go | 33 ++------------------------- internal/domain/question_type_builder_test.go | 19 ++++++++++----- 2 files changed, 15 insertions(+), 37 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
---------
1906230
(1 row)
setval
--------
11
(1 row)
setval
--------
1789
(1 row)
setval
---------
2905567
(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