Merge branch 'xorg/1.0.2/master'
[platal.git] / upgrade / 1.0.1 / innodb.sh
CommitLineData
b6731d4b
SJ
1#!/usr/bin/env bash
2
3changeEngine() {
4 echo "ALTER TABLE $1 ENGINE = InnoDB;"
5}
6
0fada8c8 7changeEngine 'account_auth_openid'
b6731d4b
SJ
8changeEngine 'account_lost_passwords'
9changeEngine 'account_profiles'
10changeEngine 'account_types'
11changeEngine 'accounts'
12changeEngine 'aliases'
13changeEngine 'announce_photos'
14changeEngine 'announce_read'
15changeEngine 'announces'
16changeEngine 'axletter'
17changeEngine 'axletter_ins'
18changeEngine 'axletter_rights'
19changeEngine 'carvas'
20changeEngine 'contacts'
21changeEngine 'downtimes'
22changeEngine 'email_list_moderate'
23changeEngine 'email_options'
24changeEngine 'email_send_save'
25changeEngine 'email_watch'
26changeEngine 'emails'
27changeEngine 'forum_innd'
28changeEngine 'forum_profiles'
29changeEngine 'forum_subs'
30changeEngine 'forums'
0fada8c8
SJ
31changeEngine 'gapps_accounts'
32changeEngine 'gapps_nicknames'
b6731d4b
SJ
33changeEngine 'gapps_queue'
34changeEngine 'gapps_reporting'
35changeEngine 'geoloc_administrativeareas'
36changeEngine 'geoloc_countries'
37changeEngine 'geoloc_localities'
38changeEngine 'geoloc_subadministrativeareas'
39changeEngine 'group_announces'
40changeEngine 'group_announces_photo'
41changeEngine 'group_announces_read'
42changeEngine 'group_auth'
43changeEngine 'group_dom'
44changeEngine 'group_event_items'
45changeEngine 'group_event_participants'
46changeEngine 'group_events'
47changeEngine 'group_member_sub_requests'
48changeEngine 'group_members'
49changeEngine 'groups'
50changeEngine 'homonyms'
51changeEngine 'ip_watch'
52changeEngine 'log_actions'
53changeEngine 'log_events'
54changeEngine 'log_last_sessions'
55changeEngine 'log_sessions'
56changeEngine 'mx_watch'
57changeEngine 'newsletter'
58changeEngine 'newsletter_art'
59changeEngine 'newsletter_cat'
60changeEngine 'newsletter_ins'
61changeEngine 'payment_bankaccounts'
62changeEngine 'payment_codeC'
63changeEngine 'payment_codeRCB'
64changeEngine 'payment_methods'
65changeEngine 'payment_transactions'
66changeEngine 'payments'
67changeEngine 'postfix_blacklist'
68changeEngine 'postfix_mailseen'
69changeEngine 'postfix_whitelist'
70changeEngine 'profile_addresses'
71changeEngine 'profile_binet_enum'
72changeEngine 'profile_binets'
73changeEngine 'profile_corps'
74changeEngine 'profile_corps_enum'
75changeEngine 'profile_corps_rank_enum'
76changeEngine 'profile_display'
77changeEngine 'profile_education'
78changeEngine 'profile_education_degree'
79changeEngine 'profile_education_degree_enum'
80changeEngine 'profile_education_enum'
81changeEngine 'profile_education_field_enum'
82changeEngine 'profile_job'
83changeEngine 'profile_job_alternates'
84changeEngine 'profile_job_enum'
85changeEngine 'profile_job_sector_enum'
86changeEngine 'profile_job_subsector_enum'
87changeEngine 'profile_job_subsubsector_enum'
88changeEngine 'profile_langskill_enum'
89changeEngine 'profile_langskills'
90changeEngine 'profile_medal_enum'
91changeEngine 'profile_medal_grade_enum'
92changeEngine 'profile_medals'
93changeEngine 'profile_mentor'
94changeEngine 'profile_mentor_country'
95changeEngine 'profile_mentor_sector'
96changeEngine 'profile_name'
97changeEngine 'profile_name_enum'
98changeEngine 'profile_networking'
99changeEngine 'profile_networking_enum'
100changeEngine 'profile_phones'
101changeEngine 'profile_photos'
102changeEngine 'profile_section_enum'
103changeEngine 'profile_skill_enum'
104changeEngine 'profile_skills'
105changeEngine 'profiles'
106changeEngine 'register_marketing'
107changeEngine 'register_mstats'
108changeEngine 'register_pending'
109changeEngine 'register_subs'
110changeEngine 'reminder'
111changeEngine 'reminder_tips'
112changeEngine 'reminder_type'
113changeEngine 'requests'
114changeEngine 'requests_answers'
115changeEngine 'requests_hidden'
116changeEngine 'search_autocomplete'
117changeEngine 'search_name'
118changeEngine 'skins'
119changeEngine 'survey_answers'
120changeEngine 'survey_votes'
121changeEngine 'surveys'
122changeEngine 'virtual'
123changeEngine 'virtual_domains'
124changeEngine 'virtual_redirect'
125changeEngine 'watch'
126changeEngine 'watch_nonins'
127changeEngine 'watch_profile'
128changeEngine 'watch_promo'