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

dropping old sequences #37

Closed
fledman opened this issue Aug 23, 2023 · 4 comments · Fixed by #38
Closed

dropping old sequences #37

fledman opened this issue Aug 23, 2023 · 4 comments · Fixed by #38

Comments

@fledman
Copy link

fledman commented Aug 23, 2023

Currently to drop outdated/unwanted sequences from the database, you need to use the private api.
(eg via orm operations on sequences.models.Sequence)

It would be nice if this functionality was exposed in the public api.

@aaugustin
Copy link
Owner

Fair point.

Right now you can delete them from the admin. But that may be inconvenient if you have lots of sequences ;-)

@aaugustin
Copy link
Owner

What do you think o #38?

@fledman
Copy link
Author

fledman commented Aug 25, 2023

looks good to me

@fledman
Copy link
Author

fledman commented Aug 25, 2023

Although if you are adding things, a function to list all active sequence names would be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants