Last active
December 14, 2015 07:49
-
-
Save n-tran/5053512 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
use mip_portal | |
go | |
drop table rx_product_level | |
go | |
drop table rx_product | |
go | |
drop table provider_rx | |
go | |
--mip_dw removal | |
use mip_dw | |
go | |
drop table event_profile_rx_uplift | |
go | |
drop table provider_profile_rx | |
go | |
drop table rx_product | |
go | |
drop table rx_product_level | |
go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment