Switch database to cockroach db and remove height on comment card

This commit is contained in:
Aaron William Po
2023-04-05 21:38:36 -04:00
parent 8414a7645d
commit 7db7b8264f
16 changed files with 174 additions and 400 deletions

View File

@@ -6,7 +6,7 @@ generator client {
}
datasource db {
provider = "postgresql"
provider = "cockroachdb"
url = env("DATABASE_URL")
}