-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #290: Description field size is changed from 'String' to 'Text' in C_Order table #303
Conversation
Is this PR ok? Because the description doesn't match with the entirety of the changelist |
It is not okay @Gremiger. When I executed export.database, it brought in many changes that shouldn't have been impacted. I will soon commit to removing the unnecessary changes because I wasn't aware that there were changes that shouldn't be uploaded. I thought these were the correct ones. Thank you for letting me know |
Always remember to check carefully what is added to the git stage before committing. |
@valenvivaldi I completely agree. I thought the changes I was uploading (since it was the only thing I modified in export.database, and I had a clean tree of changes before running it) were fine. Thank you very much for the advice, I agree that it's essential to do it before committing @isaiasb-etendo will soon provide me with a command to clean up the things that shouldn't have been uploaded |
EPL-1214: The field reference type in C_Order table change from 'text' to 'String'
cdb8fef
to
f376b37
Compare
EPL-1214: The field reference type in C_Order table change from 'String' to 'Text'