Skip to content

Commit

Permalink
chore(migrations): rename column (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet authored Sep 22, 2024
1 parent 56d8799 commit b6774aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "twitch_subscriptions"
RENAME COLUMN "subscriptionType" TO "subscription_type";
3 changes: 3 additions & 0 deletions prisma/migrations/migration_lock.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b6774aa

Please sign in to comment.