This commit updates all GitHub repository references from izzzzzi/3x-ui to MHSanaei/3x-ui in multiple files:
- install.sh: Updated download and release URLs
- x-ui.sh: Updated script download and update URLs
- database: Improved database model migration and added indexing
- Refined database model relationships and constraints
- Updated GORM configuration to skip default transactions and prepare statements.
- Modified the database connection string to include caching and journal mode settings.
- Executed several PRAGMA statements to optimize SQLite performance and enable foreign key support.
These changes improve database handling and performance in the application.