We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is related to all filed in database folder
Check variables table_name_ to and kTableName
table_name_
kTableName
const char* table_name_ = "media_publisher_info"; -> const char table_name[] = "media_publisher_info";
const char* table_name_ = "media_publisher_info";
const char table_name[] = "media_publisher_info";
make sure that all pointers that come in are checked with DCHECK and if
The text was updated successfully, but these errors were encountered:
@NejcZdovc blocked until DB migration brave/brave-core#4252 is finished
Sorry, something went wrong.
Implement db improvments
c0f489f
Resolves brave/brave-browser#7145
NejcZdovc
Successfully merging a pull request may close this issue.
This issue is related to all filed in database folder
Check variables
table_name_
to andkTableName
const char* table_name_ = "media_publisher_info";
->const char table_name[] = "media_publisher_info";
make sure that all pointers that come in are checked with DCHECK and if
The text was updated successfully, but these errors were encountered: