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

[CAL-3124] Drop deprecated password column #13664

Closed
zomars opened this issue Feb 13, 2024 · 2 comments · Fixed by #13698
Closed

[CAL-3124] Drop deprecated password column #13664

zomars opened this issue Feb 13, 2024 · 2 comments · Fixed by #13698
Assignees
Labels
authentication area: authentication, auth, google sign in, password, SAML, password reset, can't log in foundation Medium priority Created by Linear-GitHub Sync ❗️ migrations contains migration files
Milestone

Comments

@zomars
Copy link
Member

zomars commented Feb 13, 2024

-- TODO for next migration.
-- ALTER TABLE "users" DROP COLUMN "password";

#13662 (comment)

From SyncLinear.com | CAL-3124

@zomars zomars changed the title Drop deprecated password column [CAL-3124] Drop deprecated password column Feb 13, 2024
@maige-app maige-app bot added the ❗️ migrations contains migration files label Feb 13, 2024
@PeerRich PeerRich added this to the v3.9 milestone Feb 13, 2024
@PeerRich PeerRich added Medium priority Created by Linear-GitHub Sync authentication area: authentication, auth, google sign in, password, SAML, password reset, can't log in labels Feb 13, 2024
@kart1ka
Copy link
Contributor

kart1ka commented Feb 14, 2024

The password column is already being dropped. On running db-migrate command, a new migration gets created which drops the password column from the user table.

@zomars zomars self-assigned this Feb 14, 2024
@zomars
Copy link
Member Author

zomars commented Feb 14, 2024

The password column is already being dropped. On running db-migrate command, a new migration gets created which drops the password column from the user table.

This is part of a 2-step deployment plan to prevent data-loss. Once the first step is done we will commit the missing migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authentication area: authentication, auth, google sign in, password, SAML, password reset, can't log in foundation Medium priority Created by Linear-GitHub Sync ❗️ migrations contains migration files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants