Merge pull request #28692 from angeliski/add-rollback-tutorial

docs: add new tutorial to knex rollback
This commit is contained in:
Fredrik Adelöw
2025-02-11 11:33:50 +01:00
committed by GitHub
6 changed files with 76 additions and 0 deletions
+1
View File
@@ -498,6 +498,7 @@ module.exports = {
Technical: [
'tutorials/quickstart-app-plugin',
'tutorials/configuring-plugin-databases',
'tutorials/manual-knex-rollback',
'tutorials/switching-sqlite-postgres',
'tutorials/using-backstage-proxy-within-plugin',
'tutorials/enable-public-entry',