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

feat: change twitter monitor user table #1063

Conversation

StayRealMayDay
Copy link
Collaborator

No description provided.

name: 'update-table-twitter_monitor_users-primary-key',
dependencies: [],
statement: `
ALTER TABLE twitter_monitor_users DROP CONSTRAINT twitter_monitor_users_pkey;
Copy link
Contributor

Choose a reason for hiding this comment

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

alter table twitter_monitor_users
    drop constraint twitter_monitor_users_pkey;

alter table twitter_monitor_users
    drop column id;

alter table twitter_monitor_users
    add constraint twitter_monitor_users_pk
        primary key (user_id);

@StayRealMayDay StayRealMayDay enabled auto-merge (squash) February 15, 2025 10:38
@StayRealMayDay StayRealMayDay merged commit 173af98 into No-Trade-No-Life:main Feb 15, 2025
1 check passed
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.

2 participants