feat: database migrations

This commit is contained in:
Isaac
2023-01-30 21:21:48 +00:00
parent 457ede3ac7
commit 63f5ea61f7
8 changed files with 750 additions and 3 deletions

View File

@@ -3,8 +3,9 @@ generator client {
}
datasource db {
provider = "mysql"
url = env("DB_CONNECTION_URL")
provider = "mysql"
url = env("DB_CONNECTION_URL")
shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
}
model ArchivedChannel {