Skip to content

Instantly share code, notes, and snippets.

@washort
Created July 9, 2015 18:26
Show Gist options
  • Save washort/0d4ac8796ddbbfa9a452 to your computer and use it in GitHub Desktop.
Save washort/0d4ac8796ddbbfa9a452 to your computer and use it in GitHub Desktop.
DROP TABLE IF EXISTS auth_user_groups;
DROP TABLE IF EXISTS auth_user_user_permissions;
DROP TABLE IF EXISTS django_admin_log;
DROP TABLE IF EXISTS auth_user;
DROP TABLE IF EXISTS addons_categories;
DROP TABLE IF EXISTS categories;
ALTER TABLE files DROP COLUMN is_packaged;
ALTER TABLE addon_payment_account DROP COLUMN set_price;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment