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 could be done in the database with PHP, or alternatively by a script that modifies files in docker/postgres/data/*.txt.
docker/postgres/data/*.txt
The text was updated successfully, but these errors were encountered:
@r03ert0 has a function in brainspell.php, and will try to sanitize the Concepts table using PHP.
Sorry, something went wrong.
@jbpoline can you check with @r03ert0 to see if this has been done and if we should get a new dump of the mysql database?
Also, this style of dump is much easier to work with programmatically:
$ mysqldump -u root -p --tab=/var/lib/mysql-files brainspell
No branches or pull requests
This could be done in the database with PHP, or alternatively by a script that modifies files in
docker/postgres/data/*.txt
.The text was updated successfully, but these errors were encountered: