mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-29 02:58:07 +03:00
chore: bump version to 2.12.0
- Fixed SQLite 'no such table: mirror_jobs' error during application startup - Implemented automatic database table creation during database initialization - Resolved database schema inconsistencies between development and production environments - Enhanced database initialization process with automatic table creation and indexing - Added comprehensive error handling for database table creation - Integrated database repair functionality into application startup for better reliability
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gitea-mirror",
|
||||
"type": "module",
|
||||
"version": "2.11.2",
|
||||
"version": "2.12.0",
|
||||
"engines": {
|
||||
"bun": ">=1.2.9"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user