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

Implementar 'soft deletes' para no perder el registro (y tener una fecha de borrado) #10

Open
IsaacLf opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels
paused This issue is paused for the moment

Comments

@IsaacLf
Copy link
Owner

IsaacLf commented Jul 3, 2019

Se agregará la función SoftDeletes de Eloquent a los modelos Event y EventType para tener un mejor control sobre los registros borrados, sin perder los datos, igualmente a la migración se le agregará un campo para la fecha de borrado mediante el "helper" de Laravel:

$table->softDeletes();
@IsaacLf IsaacLf created this issue from a note in ITESCAM Interactive Calendar (En progreso) Jul 3, 2019
@IsaacLf IsaacLf added this to the August 2019 milestone Jul 3, 2019
@IsaacLf IsaacLf self-assigned this Jul 3, 2019
@IsaacLf
Copy link
Owner Author

IsaacLf commented Jul 3, 2019

Falta comprobar que la fecha y hora de guardado sea la hora local, es posible que se tenga que configurar:

  • Laravel
  • Servidor

@IsaacLf IsaacLf added the paused This issue is paused for the moment label Jul 3, 2019
@IsaacLf IsaacLf removed this from the August 2019 milestone Sep 4, 2019
@IsaacLf IsaacLf moved this from En progreso to Por hacer in ITESCAM Interactive Calendar Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paused This issue is paused for the moment
Projects
Development

No branches or pull requests

1 participant