diff options
author | Rob Williams | 2022-09-03 11:21:47 -0500 |
---|---|---|
committer | GitHub | 2022-09-03 11:21:47 -0500 |
commit | ed8dd992e69dac50d20d7207c73b5737c6b100fa (patch) | |
tree | e2c65a778a0f181bc8c2a287865c44fecd486ba3 /general/environments/environments.md | |
parent | 7d02526616e836778dea4d3249fe01edb01be8f5 (diff) | |
download | gn-docs-ed8dd992e69dac50d20d7207c73b5737c6b100fa.tar.gz |
Partial update—changed MySQL to MariaDB but need
Diffstat (limited to 'general/environments/environments.md')
-rw-r--r-- | general/environments/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general/environments/environments.md b/general/environments/environments.md index 1cd536f..e516789 100644 --- a/general/environments/environments.md +++ b/general/environments/environments.md @@ -4,7 +4,7 @@ |---|---|---|---| | Ubuntu | ubuntu-latest | [ubuntu](http://www.ubuntu.com) | Free software licenses (mainly GPL) | | **Database** | | | | -| MySQL | 5.5.40 | [http://www.mysql.com/](http://www.mysql.com/) | GPL (version 2) or proprietary | +| MariaDB | 10.X.XX | [http://www.mariadb.org/](http://www.mariadb.org/) | GPL (version 2) | | **Python** | | | | | Python | 3.8 | [http://www.python.org/](http://www.python.org/) | Python Software Foundation License | | Flask | 1.1.2 | [http://flask.pocoo.org/](http://flask.pocoo.org/) | BSD | |