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

Add a way to track removed records #54

Closed
ksfreitas opened this issue Jan 15, 2019 · 3 comments
Closed

Add a way to track removed records #54

ksfreitas opened this issue Jan 15, 2019 · 3 comments

Comments

@ksfreitas
Copy link
Contributor

If a object is destroyed, it's not possible to know when and who did this, assuming paranoid mode is off in sequelize.

@nielsgl
Copy link
Owner

nielsgl commented Jan 16, 2019

Merged and released 🎉

@nielsgl nielsgl closed this as completed Jan 16, 2019
@createthis
Copy link
Contributor

createthis commented Jan 16, 2019

need to update the migration example:

SQLITE_ERROR: table Revisions has no column named operation

we should really add an option to support sequelize-cli and require migrations be written for changes to the table structure.

nielsgl added a commit that referenced this issue Jan 16, 2019
Rework #47 including changes from #54
@createthis
Copy link
Contributor

@nielsgl I've updated the migration example in #57

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

No branches or pull requests

3 participants