-
Notifications
You must be signed in to change notification settings - Fork 7
Migrate to postgres and modify models for consistency #413
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
base: bl4ze/dev
Are you sure you want to change the base?
Conversation
api/config.go
Outdated
configInfo["Hints"] = hints | ||
} | ||
// hints, exist := c.GetPostForm("hints") | ||
// if exist { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either uncommment or remove
…r consistency Signed-off-by: Praneeth Sarode <praneethsarode@gmail.com>
3a5cbdb
to
f20f0f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 18 out of 19 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- go.mod: Language not supported
Comments suppressed due to low confidence (1)
cmd/beast/commands.go:34
- [nitpick] Inconsistent whitespace in the declaration of 'RestoreFile'. Consider using a consistent alignment for readability.
RestoreFile string
log.Debug("Databse initialized") | ||
return nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in log message: 'Databse initialized' should be 'Database initialized'.
log.Debug("Databse initialized") | |
return nil | |
log.Debug("Database initialized") |
Copilot uses AI. Check for mistakes.
Rebase onto bl4ze/dev branch |
PR looks good to me |
No description provided.