From 0fad493706f21f8d82594590d59900d714b3c4b4 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 20 Nov 2023 14:32:18 +0700 Subject: Change database from mysql to postgresql --- prisma/migrations/migration_lock.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prisma/migrations/migration_lock.toml') diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml index e5a788a..fbffa92 100644 --- a/prisma/migrations/migration_lock.toml +++ b/prisma/migrations/migration_lock.toml @@ -1,3 +1,3 @@ # Please do not edit this file manually # It should be added in your version-control system (i.e. Git) -provider = "mysql" \ No newline at end of file +provider = "postgresql" \ No newline at end of file -- cgit v1.2.3