Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: migrate stack repo to kysely #15440

Merged
merged 10 commits into from
Jan 21, 2025
Merged

Conversation

alextran1502
Copy link
Contributor

@alextran1502 alextran1502 commented Jan 19, 2025

No description provided.

@alextran1502 alextran1502 changed the title refactor stack repo to kysely refactor: migrate stack repo to kysely Jan 19, 2025
server/src/repositories/stack.repository.ts Outdated Show resolved Hide resolved
server/src/repositories/stack.repository.ts Outdated Show resolved Hide resolved
server/src/repositories/stack.repository.ts Outdated Show resolved Hide resolved
server/src/repositories/stack.repository.ts Show resolved Hide resolved
.select('asset_stack.id')
.select((eb) =>
jsonArrayFrom(
eb.selectFrom('assets').select('assets.id').whereRef('assets.stackId', '=', 'asset_stack.id'),
Copy link
Contributor

Choose a reason for hiding this comment

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

This too

@alextran1502 alextran1502 merged commit 318dd32 into main Jan 21, 2025
36 checks passed
@alextran1502 alextran1502 deleted the refactor-stack-repo-to-kysely branch January 21, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants