Project

General

Profile

Defect #7451 » schema_migration.sql

Luis Serrano Aranda, 2011-03-17 09:00

 
1
-- phpMyAdmin SQL Dump
2
-- version 3.3.2deb1
3
-- http://www.phpmyadmin.net
4
--
5
-- Host: svmysql.mecalux.com:3306
6
-- Generation Time: Mar 11, 2011 at 12:38 PM
7
-- Server version: 5.0.24
8
-- PHP Version: 5.3.2-1ubuntu4.7
9

    
10
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
11

    
12

    
13
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
14
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
15
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
16
/*!40101 SET NAMES utf8 */;
17

    
18
--
19
-- Database: `redmine`
20
--
21

    
22
-- --------------------------------------------------------
23

    
24
--
25
-- Table structure for table `schema_migrations`
26
--
27

    
28
CREATE TABLE IF NOT EXISTS `schema_migrations` (
29
  `version` varchar(255) NOT NULL,
30
  UNIQUE KEY `unique_schema_migrations` (`version`)
31
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
32

    
33
--
34
-- Dumping data for table `schema_migrations`
35
--
36

    
37
INSERT INTO `schema_migrations` (`version`) VALUES
38
('1'),
39
('1-advanced_roadmap'),
40
('1-budget_plugin'),
41
('1-customer_plugin'),
42
('1-ezfaq_plugin'),
43
('1-redmine_blocks'),
44
('1-redmine_default_columns_plus'),
45
('1-redmine_drafts'),
46
('1-redmine_hide_emails_by_default'),
47
('1-redmine_rate'),
48
('1-redmine_show_descriptions'),
49
('1-redmine_theme_changer'),
50
('1-redmine_vote'),
51
('1-redmine_wiki_extensions'),
52
('1-redmine_work_time'),
53
('10'),
54
('10-budget_plugin'),
55
('10-redmine_wiki_extensions'),
56
('100'),
57
('101'),
58
('102'),
59
('103'),
60
('104'),
61
('105'),
62
('106'),
63
('107'),
64
('108'),
65
('11'),
66
('11-redmine_wiki_extensions'),
67
('12'),
68
('12-redmine_wiki_extensions'),
69
('13'),
70
('14'),
71
('15'),
72
('16'),
73
('17'),
74
('18'),
75
('19'),
76
('2'),
77
('2-advanced_roadmap'),
78
('2-budget_plugin'),
79
('2-customer_plugin'),
80
('2-ezfaq_plugin'),
81
('2-redmine_rate'),
82
('2-redmine_vote'),
83
('2-redmine_wiki_extensions'),
84
('2-redmine_work_time'),
85
('20'),
86
('20090214190337'),
87
('20090312172426'),
88
('20090312194159'),
89
('20090318181151'),
90
('20090323224724'),
91
('20090401221305'),
92
('20090401231134'),
93
('20090403001910'),
94
('20090406161854'),
95
('20090425161243'),
96
('20090503121501'),
97
('20090503121505'),
98
('20090503121510'),
99
('20090614091200'),
100
('20090704172350'),
101
('20090704172355'),
102
('20090704172358'),
103
('20091010093521'),
104
('20091017212227'),
105
('20091017212457'),
106
('20091017212644'),
107
('20091017212938'),
108
('20091017213027'),
109
('20091017213113'),
110
('20091017213151'),
111
('20091017213228'),
112
('20091017213257'),
113
('20091017213332'),
114
('20091017213444'),
115
('20091017213536'),
116
('20091017213642'),
117
('20091017213716'),
118
('20091017213757'),
119
('20091017213835'),
120
('20091017213910'),
121
('20091017214015'),
122
('20091017214107'),
123
('20091017214136'),
124
('20091017214236'),
125
('20091017214308'),
126
('20091017214336'),
127
('20091017214406'),
128
('20091017214440'),
129
('20091017214519'),
130
('20091017214611'),
131
('20091017214644'),
132
('20091017214720'),
133
('20091017214750'),
134
('20091025163651'),
135
('20091108092559'),
136
('20091114105931'),
137
('20091123212029'),
138
('20091205124427'),
139
('20091220183509'),
140
('20091220183727'),
141
('20091220184736'),
142
('20091225164732'),
143
('20091227112908'),
144
('20100129193813'),
145
('20100221100219'),
146
('20100222185306-redmine_charts'),
147
('20100222185307-redmine_charts'),
148
('20100222185308-redmine_charts'),
149
('20100313132032'),
150
('20100313171051'),
151
('20100407184912-redmine_charts'),
152
('20100705164950'),
153
('20100819172912'),
154
('20101104182107'),
155
('20101107130441'),
156
('20101114115114'),
157
('20101114115359'),
158
('21'),
159
('22'),
160
('23'),
161
('24'),
162
('25'),
163
('26'),
164
('27'),
165
('28'),
166
('29'),
167
('3'),
168
('3-budget_plugin'),
169
('3-customer_plugin'),
170
('3-redmine_rate'),
171
('3-redmine_wiki_extensions'),
172
('3-redmine_work_time'),
173
('30'),
174
('31'),
175
('32'),
176
('33'),
177
('34'),
178
('35'),
179
('36'),
180
('37'),
181
('38'),
182
('39'),
183
('4'),
184
('4-budget_plugin'),
185
('4-redmine_rate'),
186
('4-redmine_wiki_extensions'),
187
('4-redmine_work_time'),
188
('40'),
189
('41'),
190
('42'),
191
('43'),
192
('44'),
193
('45'),
194
('46'),
195
('47'),
196
('48'),
197
('49'),
198
('5'),
199
('5-budget_plugin'),
200
('5-redmine_wiki_extensions'),
201
('5-redmine_work_time'),
202
('50'),
203
('51'),
204
('52'),
205
('53'),
206
('54'),
207
('55'),
208
('56'),
209
('57'),
210
('58'),
211
('59'),
212
('6'),
213
('6-budget_plugin'),
214
('6-redmine_wiki_extensions'),
215
('6-redmine_work_time'),
216
('60'),
217
('61'),
218
('62'),
219
('63'),
220
('64'),
221
('65'),
222
('66'),
223
('67'),
224
('68'),
225
('69'),
226
('7'),
227
('7-budget_plugin'),
228
('7-redmine_wiki_extensions'),
229
('7-redmine_work_time'),
230
('70'),
231
('71'),
232
('72'),
233
('73'),
234
('74'),
235
('75'),
236
('76'),
237
('77'),
238
('78'),
239
('79'),
240
('8'),
241
('8-budget_plugin'),
242
('8-redmine_wiki_extensions'),
243
('80'),
244
('81'),
245
('82'),
246
('83'),
247
('84'),
248
('85'),
249
('86'),
250
('87'),
251
('88'),
252
('89'),
253
('9'),
254
('9-budget_plugin'),
255
('9-redmine_wiki_extensions'),
256
('90'),
257
('91'),
258
('92'),
259
('93'),
260
('94'),
261
('95'),
262
('96'),
263
('97'),
264
('98'),
265
('99');
(5-5/6)