Add migration for '0081_lovely_mentallo': remove gitea_username column and update journal with new version

This commit is contained in:
Mauricio Siu
2025-03-29 14:47:51 -06:00
parent 55328468d1
commit 7144adbf0c
4 changed files with 5350 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ export const gitea = pgTable("gitea", {
gitProviderId: text("gitProviderId")
.notNull()
.references(() => gitProvider.gitProviderId, { onDelete: "cascade" }),
giteaUsername: text("gitea_username"),
accessToken: text("access_token"),
refreshToken: text("refresh_token"),
expiresAt: integer("expires_at"),