-
Notifications
You must be signed in to change notification settings - Fork 1
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: migrate daily_stations primary key #274
feat: migrate daily_stations primary key #274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good to me!
|
||
-- Add new primary key | ||
ALTER TABLE daily_stations | ||
ADD PRIMARY KEY (day, station_id, inet_group, participant_address); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a newline character to the end of the file (EOL at EOF).
ADD PRIMARY KEY (day, station_id, inet_group, participant_address); | |
ADD PRIMARY KEY (day, station_id, inet_group, participant_address); | |
The DB schema migration took over a minute but was completed successfully. This change is live! 🎉
|
@juliangruber hindsight please 🙏🏻 |
Link: space-meridian/roadmap#118