Created
May 26, 2015 20:18
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 pod_markets; | |
drop table pod_sections; | |
drop table pods; | |
drop table feature_pods; | |
drop table promotion_pods; | |
drop table getaway_pods; | |
drop table activity_pods; | |
drop table gear_pods; | |
drop table journal_pods; | |
drop table filter_group_pods; | |
drop table collection_pods; | |
delete from schema_migrations where version=20150526173640; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment