this is an alternative solution in Char Bazaar it happens that when you are doing the creation it gives you an error of not creating it. and it consumes the coins here is an alternative solution so that it can work normally
tested in nginx 1.21.4 with php 7.4 - ubuntu 22.04
SQL Query
ALTER TABLE myaac_charbazaar
MODIFY COLUMN bid_account INT(11) NULL,
MODIFY COLUMN bid_price INT(11) NULL,
MODIFY COLUMN status INT(11) NULL;
Behaviour
Actual
Do this and that doesn't happen
Expected
Do this and that happens
Fixes #issuenumber
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
[x] This change requires a documentation update
How Has This Been Tested
Test Configuration:
MyAAC Version: (latest: 0.8.16)
Browser:
[x] Chrome
[x] Firefox
[ ] Opera
[x] Safari
[x] Edge
[ ] Other
Operating System:
[x] Windows
[x] Ubuntu
[ ] MacOS
[ ] Other
Checklist
[x] I've created separated branch from main updated
[ ] My code follows the style guidelines of this project
[ ] I followed project rules, best practices, and code indentation
[ ] I have performed a self-review of my own code
[ ] I checked the PR checks reports
[ ] I have commented on my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
Description
this is an alternative solution in Char Bazaar it happens that when you are doing the creation it gives you an error of not creating it. and it consumes the coins here is an alternative solution so that it can work normally
tested in nginx 1.21.4 with php 7.4 - ubuntu 22.04
SQL Query
Behaviour
Actual
Do this and that doesn't happen
Expected
Do this and that happens
Fixes #issuenumber
Type of change
Please delete options that are not relevant.
How Has This Been Tested
Test Configuration:
Checklist