Skip to content

Instantly share code, notes, and snippets.

@ma1onso
Last active September 28, 2016 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ma1onso/4171a47506dbfb7a3e9851268b265550 to your computer and use it in GitHub Desktop.
Save ma1onso/4171a47506dbfb7a3e9851268b265550 to your computer and use it in GitHub Desktop.
Conectarme a psql y eliminar historical migration
Conectarse a PSQL: sudo -u postgres psql -d finance
Eliminar:
DROP TABLE django_admin_log;
DELETE FROM django_migrations WHERE app = 'admin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment