From f2793a7c70a509514debf963821e504cc7fcb241 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Mon, 4 May 2026 14:43:01 +0800 Subject: [PATCH] bump: version 0.1.8 + migration --- package.json | 2 +- prisma/migrations/20260504064301_auto/migration.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 prisma/migrations/20260504064301_auto/migration.sql diff --git a/package.json b/package.json index c7553a2..560a8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sistem-desa-mandiri", - "version": "0.1.7", + "version": "0.1.8", "private": true, "scripts": { "dev": "next dev --experimental-https", diff --git a/prisma/migrations/20260504064301_auto/migration.sql b/prisma/migrations/20260504064301_auto/migration.sql new file mode 100644 index 0000000..af5102c --- /dev/null +++ b/prisma/migrations/20260504064301_auto/migration.sql @@ -0,0 +1 @@ +-- This is an empty migration. \ No newline at end of file