You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
I am using the postgres provider and whenever a boolean value is defaulted to 'true' and later changed, once the bot is restarted the default value is then put in place of it's actual value 'false'. This does not override the value in the database but prevents me from defaulting any boolean to true without having it regress after restart.
I have attempted to manually sync the database using the sync function (although I doubted that would change anything anyway). I can provide a video of this bug as well as any schema upon request
The text was updated successfully, but these errors were encountered:
I am using the postgres provider and whenever a boolean value is defaulted to 'true' and later changed, once the bot is restarted the default value is then put in place of it's actual value 'false'. This does not override the value in the database but prevents me from defaulting any boolean to true without having it regress after restart.
I have attempted to manually sync the database using the sync function (although I doubted that would change anything anyway). I can provide a video of this bug as well as any schema upon request
The text was updated successfully, but these errors were encountered: