/[drupal]/contributions/modules/imc_alba/dadamigrate/clean_db_for_testing.sql
ViewVC logotype

Contents of /contributions/modules/imc_alba/dadamigrate/clean_db_for_testing.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Sun Mar 9 01:38:21 2008 UTC (20 months, 2 weeks ago) by tomm
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +1 -0 lines
File MIME type: text/x-sql
importing of non-parented media gallery crud
1 -- I use this when testing the module, to allow repeated runs.
2 -- It wipes articles, imported users and some other stuff.
3 -- XXX Don't use this on a live site.
4 delete from node;
5 delete from node_comment_statistics;
6 delete from node_revisions;
7 delete from users where uid > 900;
8 delete from dada_articles;
9 delete from dada_features;
10 delete from comments;
11 delete from cache_menu;
12 delete from cache;
13 delete from cache_filter;
14 delete from cache_form;
15 delete from cache_page;
16 delete from cache_update;
17 delete from watchdog;
18 delete from batch;
19 delete from vocabulary;
20 delete from term_data;
21 delete from term_node;
22 delete from term_hierarchy;
23 delete from term_relation;
24 delete from term_synonym;
25 delete from imc_node_moderation;
26 delete from imc_feature_proposal;
27 delete from imc_feature_vote;
28 delete from search_index;
29 delete from search_dataset;
30 delete from users_roles;

  ViewVC Help
Powered by ViewVC 1.1.2