Created
July 9, 2015 18:26
-
-
Save washort/0d4ac8796ddbbfa9a452 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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