Skip to content

Migrate database from Firestore to PostreSQL#19

Open
King-witcher wants to merge 53 commits intomainfrom
migrate-users
Open

Migrate database from Firestore to PostreSQL#19
King-witcher wants to merge 53 commits intomainfrom
migrate-users

Conversation

@King-witcher
Copy link
Owner

No description provided.

@vercel
Copy link

vercel bot commented Mar 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
magic3t Error Error Mar 25, 2026 11:33pm

@@ -0,0 +1,4 @@
export * from './db-client'
export * from './pg-chain'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
export * from './pg-chain'
export * from './database-error'
export * from './pg-chain'

Comment on lines +2 to +5
Recruit = "recruit",
Soldier = "soldier",
Elite = "elite",
Legend = "legend"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
Recruit = "recruit",
Soldier = "soldier",
Elite = "elite",
Legend = "legend"
Recruit = 'recruit',
Soldier = 'soldier',
Elite = 'elite',
Legend = 'legend',

Comment on lines +1 to +3
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=bots.js.map

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=bots.js.map
Object.defineProperty(exports, '__esModule', { value: true })
//# sourceMappingURL=bots.js.map

export * from './legacy-user-identity-row'
export * from './match-event-row'
export * from './match-row'
export * from './user-icon-row'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
export * from './user-icon-row'
export * from './user-credential-row'
export * from './user-icon-row'

export * from './match-row'
export * from './user-icon-row'
export * from './user-identity-row'
export * from './user-credential-row'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
export * from './user-credential-row'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant