ProfessionalWiki / PersistentPageIdentifiers

MediaWiki extension that adds persistent identifiers to wiki pages
https://professional.wiki/en/extension/persistent-page-identifiers
GNU General Public License v2.0
1 stars 0 forks source link

Don't skip installation for mysql CI #56

Closed malberts closed 1 week ago

malberts commented 1 week ago

Skipping installation when there is a cache hit works for SQLlite, because the installed SQLite DB ends up in the cache. For MariaDB it has to reinstall the DB every time.