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

chore: sync the db #582

Merged
merged 3 commits into from
Dec 10, 2024
Merged

chore: sync the db #582

merged 3 commits into from
Dec 10, 2024

Conversation

xingwanying
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Dec 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 8:06am

Copy link

Walkthrough

This pull request involves significant changes to the database schema and related code. It removes the github_app_authorization table and its associated DAO, modifies several SQL functions, and updates table structures and constraints. Additionally, it introduces new tables and functions, adjusts permissions, and alters existing table columns and constraints.

Changes

File Summary
client/types/database.types.ts Removed github_app_authorization type definition.
migrations/supabase/migrations/20240911082857_remote_schema.sql Modified SQL functions and added new ones, adjusted permissions.
migrations/supabase/migrations/20240912023152_remote_schema.sql Adjusted function syntax.
migrations/supabase/migrations/20240913114522_remote_schema.sql Updated default values for table columns.
migrations/supabase/migrations/20241015085655_remote_schema.sql Dropped functions and added new tables and constraints.
migrations/supabase/migrations/20241015090438_remote_schema.sql Dropped functions.
migrations/supabase/migrations/20241210072126_remote_schema.sql Revoked permissions, dropped tables and constraints, added new columns and functions.
server/core/dao/authorizationDAO.py Removed the AuthorizationDAO class.
server/github_app/router.py Removed unused imports and references to AuthorizationDAO.

@xingwanying xingwanying merged commit 4dccb75 into main Dec 10, 2024
3 of 4 checks passed
@xingwanying xingwanying deleted the chore_db_type branch December 10, 2024 08:13
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