Yimaru/Yimaru-BackEnd
production
82e895010be1ad16e679141673a39ac8e0266400
success
Saved working directory and index state On production: local changes 2026-08-13T12:08:18.257Z
HEAD is now at 3304d88 Keep draft practices visible to admin staff and allow multiple Learn English practices per parent.
From https://gitea.yaltopia.com/Yimaru/Yimaru-BackEnd * branch production -> FETCH_HEAD
Your branch is ahead of 'origin/production' by 283 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 3304d88..82e8950 Fast-forward ...00106_lms_drop_one_practice_per_parent.down.sql | 8 +++ .../000106_lms_drop_one_practice_per_parent.up.sql | 46 ++++++++++++++ db/query/lms_practices.sql | 54 +++++++++++++--- gen/db/lms_practices.sql.go | 74 ++++++++++++++++------ internal/domain/practice.go | 6 +- internal/repository/lms_practices.go | 6 +- 6 files changed, 165 insertions(+), 29 deletions(-) create mode 100644 db/migrations/000106_lms_drop_one_practice_per_parent.down.sql create mode 100644 db/migrations/000106_lms_drop_one_practice_per_parent.up.sql
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 1
UPDATE 0
INSERT 0 0
INSERT 0 1
INSERT 0 1
INSERT 0 1
UPDATE 1
UPDATE 1
INSERT 0 0
Seeding /home/yimaru/Yimaru-BackEnd/db/data/003_fix_autoincrement_desync.sql...
setval
---------
1909967
(1 row)
setval
--------
14
(1 row)
setval
--------
8181
(1 row)
setval
---------
2906271
(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