| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Reviewer's GuideThis pull request introduces a database migration that adds a wavoipToken column to the Setting table and a unique constraint to the Chat table using a new SQL migration file. File-Level Changes
Possibly linked issues
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
There was a problem hiding this comment.
Hey @paulocoutinhox - I've reviewed your changes - here's some feedback:
Sorry, something went wrong.
| ); | ||
|
|
||
| SET @sql := IF(@column_exists = 0, | ||
| 'ALTER TABLE Setting ADD COLUMN wavoipToken VARCHAR(100);', |
There was a problem hiding this comment.
Thanks for this!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary by Sourcery
Add a wavoip token column to the Settings table and create a unique constraint on Chat table
New Features:
Enhancements: