authelia/docs/configuration/storage
James Elliott ea1fae6491
[MISC] Storage Schema Versioning Model (#1057)
* [MISC] Storage Schema Versioning Model 

* fixup go.sum
* remove pq
* fix int to text issue
* fix incorrect SQL text
* use key_name vs key
* use transactions for all queries during upgrades
* fix missing parenthesis
* move upgrades to their own file
* add provider name for future usage in upgrades
* fix missing create config table values
* fix using the const instead of the provider SQL
* import logging once and reuse
* update docs
* remove db at suite teardown
* apply suggestions from code review
* fix mysql
* make errors more uniform
* style changes
* remove commented code sections
* remove commented code sections
* add schema version type
* add sql mock unit tests
* go mod tidy
* test blank row situations
2020-07-16 15:56:08 +10:00
..
index.md [DOCS] Review all docs and adjust since the initial refactoring (#698) 2020-03-10 09:37:46 +11:00
mariadb.md [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
mysql.md [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
postgres.md [MISC] Storage Schema Versioning Model (#1057) 2020-07-16 15:56:08 +10:00
sqlite.md [FEATURE] Docker simplification and configuration generation (#1113) 2020-06-17 16:25:35 +10:00