mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Add migration for '0081_lovely_mentallo': remove gitea_username column and update journal with new version
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user