8e548126b2228ec3450a88710ff989482be938fb
- Updated the migration logic to insert records into the 'visa_master_payment_orders' table. - Improved handling of sender and receiver data by decoding JSON fields and providing fallback values. - Added a test route in web.php to trigger the migration for debugging purposes.
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%