438e5a3f43fde7c234ff4b5edfeecc5f70b7f2ca
- Introduced ViewVisaMasterPaymentOrder page for displaying payment order details. - Updated VisaMasterPaymentOrderResource to include a route for the new view page. - Enhanced VisaMasterPaymentOrderInfolist schema to include location details and conditional visibility for notes. - Enabled ViewAction in VisaMasterPaymentOrdersTable for accessing the new view page. - Modified VisaMasterPaymentOrder model to allow nullable notes property.
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%