Changeset 142 for minimanager/scripts/backup_tab.php
- Timestamp:
- Nov 23, 2007, 11:29:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/scripts/backup_tab.php
r5 r142 18 18 ); 19 19 20 //list of tables in mangos db will be saved on Global backup21 $tables_backup_ mangos = Array(20 //list of tables in characters db will be saved on Global backup 21 $tables_backup_characters = Array( 22 22 "auctionhouse", 23 23 "arena_team", … … 59 59 ); 60 60 61 //list of tables in mangos db you need to delete data from on user deletion62 $tab_del_user_ mangos = Array(61 //list of tables in characters db you need to delete data from on user deletion 62 $tab_del_user_characters = Array( 63 63 Array("auctionhouse","itemowner"), 64 64 Array("character_action","guid"), … … 98 98 ); 99 99 100 //list of tables in mangos db you need to backup data from on single user backup101 $tab_backup_user_ mangos = Array(100 //list of tables in characters db you need to backup data from on single user backup 101 $tab_backup_user_characters = Array( 102 102 Array("character_action","guid"), 103 103 Array("character_aura","guid"),
Note:
See TracChangeset
for help on using the changeset viewer.