2ec9b28a600b3720054822238cbe584c2b5c1463
- Updated record title attribute in VisaMasterPaymentOrderResource to 'unique_id'. - Improved schema layout in VisaMasterPaymentOrderForm and VisaMasterPaymentOrderInfolist for better user experience. - Added 'unique_id' field to VisaMasterPaymentOrderInfolist with styling adjustments. - Implemented BelongsToBranch interface in VisaMasterPaymentOrder model and added a boot method for loan order creation. - Expanded FillJsonData seeder to include migration for VisaMasterPaymentOrders.
CREATE USER 'nurmuhammet'@'%' IDENTIFIED BY 'K}#zL9@}QkR>MAHMYTJ'; GRANT ALL PRIVILEGES ON . TO 'nurmuhammet'@'%' WITH GRANT OPTION; CREATE USER 'nurmuhammet'@'localhost' IDENTIFIED BY 'K}#zL9@}QkR>MAHMYTJ'; GRANT ALL PRIVILEGES ON . TO 'nurmuhammet'@'localhost' WITH GRANT OPTION; create database nurmuhammetsdb;
ALTER USER ahat WITH PASSWORD 'K}#zL9@}QkR>MAHMYTJ';
SELECT setval('users_id_seq', (SELECT MAX(id) from users)); SELECT nextval('users_id_seq');
Description
Languages
JavaScript
54.9%
PHP
35.7%
Blade
7.4%
Shell
1.1%
Dockerfile
0.8%
Other
0.1%