diff --git a/prisma/migrations/20240922161831_02_initial_bugfix/migration.sql b/prisma/migrations/20240922161831_02_initial_bugfix/migration.sql new file mode 100644 index 00000000000..16143319c20 --- /dev/null +++ b/prisma/migrations/20240922161831_02_initial_bugfix/migration.sql @@ -0,0 +1,2 @@ +ALTER TABLE "twitch_subscriptions" +RENAME COLUMN "subscriptionType" TO "subscription_type"; diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml new file mode 100644 index 00000000000..fbffa92c2bb --- /dev/null +++ b/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# Please do not edit this file manually +# It should be added in your version-control system (i.e. Git) +provider = "postgresql" \ No newline at end of file