Skip to content

Commit

Permalink
move sym_data to be the last table dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 25, 2011
1 parent 92b2fb4 commit 3dec54c
Showing 1 changed file with 28 additions and 3 deletions.
@@ -1,9 +1,35 @@
--drop table test_very_long_table_name_1234;
--drop table test_triggers_table;
--drop table test_dataloader_table;
--drop table test_order_detail;
--drop table test_order_header;
--drop table test_column_mapping;
--drop table test_store_status;
--drop table test_key_word;
--drop table test_customer;
--drop table ONE_COLUMN_TABLE;
--drop table NO_PRIMARY_KEY_TABLE;
--drop table INITIAL_LOAD_FROM_CLIENT_TABLE;
--drop table test_sync_incoming_batch;
--drop table test_sync_column_level;
--drop table TEST_ALL_CAPS;
--drop table Test_Mixed_Case;
--drop table TEST_XML_PUBLISHER;
--drop table TEST_ADD_DL_TABLE_1;
--drop table TEST_ADD_DL_TABLE_2;
--drop table TEST_TARGET_TABLE_A;
--drop table TEST_TARGET_TABLE_B;
--drop table TEST_CHANGING_COLUMN_NAME;
--drop table TEST_ROUTING_DATA_1;
--drop table TEST_ROUTING_DATA_2;
--drop table TEST_ROUTING_DATA_SUBTABLE;
--drop table TEST_LOOKUP_TABLE;

drop table sym_data_ref;
drop table sym_data_gap;
drop table sym_node_channel_ctl;
drop table sym_node_group_channel_window;
drop table sym_data_event;
drop table sym_data;
drop table sym_trigger_hist;
drop table sym_trigger;
drop table sym_router;
Expand All @@ -24,6 +50,7 @@ drop table sym_node_host_stats;
drop table sym_node_host_job_stats;
drop table sym_registration_redirect;
drop table sym_registration_request;
drop table sym_data;
--drop table sym_alert_def_notifier;
--drop table sym_alert_event_notifier;
--drop table sym_alert_event;
Expand All @@ -32,7 +59,5 @@ drop table sym_registration_request;
--drop table sym_notifier_def_param;
--drop table sym_notifier_def;



-- test tables for version backwards compatibility
drop table sym_trigger_old;

0 comments on commit 3dec54c

Please sign in to comment.