Adapt code to new repository
basebuild / goreleaser (push) Waiting to run

This commit is contained in:
T. R. Bernstein
2026-05-04 01:59:05 +02:00
parent 5a821ac520
commit 908641234a
17 changed files with 29 additions and 35 deletions
@@ -1,7 +1,7 @@
package migrations
import (
"github.com/pocketbase/pocketbase/core"
"github.com/tabshift-gh/pocketbase/core"
)
const oldAuthAlertTemplate = `<p>Hello,</p>
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"strings"
"github.com/pocketbase/dbx"
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/dbutils"
"github.com/tabshift-gh/pocketbase/core"
"github.com/tabshift-gh/pocketbase/tools/dbutils"
)
// see https://github.com/pocketbase/pocketbase/issues/7689