From d1091fc3440a04f6da675fb09c69171cef774dd1 Mon Sep 17 00:00:00 2001 From: Achim Rohn Date: Wed, 3 Sep 2025 10:16:26 +0200 Subject: [PATCH] Add stubs for migration and schema --- migration.go | 3 +++ schema.go | 1 + 2 files changed, 4 insertions(+) create mode 100644 migration.go create mode 100644 schema.go diff --git a/migration.go b/migration.go new file mode 100644 index 0000000..34487db --- /dev/null +++ b/migration.go @@ -0,0 +1,3 @@ +package ersteller_lib + +// https://github.com/golang-migrate/migrate diff --git a/schema.go b/schema.go new file mode 100644 index 0000000..fac7b90 --- /dev/null +++ b/schema.go @@ -0,0 +1 @@ +package ersteller_lib