@@ -59,14 +59,9 @@ Some notes on the differences between the GForge and the Redmine object models:
59
59
60
60
=== GForge table to Redmine table mapping
61
61
artifact issues
62
- artifact_canned_responses
63
62
artifact_category issue_categories
64
- artifact_counts_agg
65
- artifact_extra_field_data
66
- artifact_extra_field_elements
67
- artifact_extra_field_list
68
63
artifact_file
69
- artifact_group
64
+ artifact_group project_trackers
70
65
artifact_group_list project_trackers
71
66
artifact_history
72
67
artifact_message journals
@@ -81,9 +76,9 @@ Some notes on the differences between the GForge and the Redmine object models:
81
76
doc_groups
82
77
doc_states
83
78
filemodule_monitor
84
- forum boards
79
+ forum messages
85
80
forum_agg_msg_count
86
- forum_group_list
81
+ forum_group_list boards
87
82
forum_monitored_forums
88
83
forum_perm
89
84
forum_saved_place
@@ -103,7 +98,6 @@ Some notes on the differences between the GForge and the Redmine object models:
103
98
mail_group_list
104
99
news_bytes
105
100
plugins
106
- project_assigned_to
107
101
project_category
108
102
project_counts_agg
109
103
project_dependencies
@@ -117,11 +111,7 @@ Some notes on the differences between the GForge and the Redmine object models:
117
111
project_perm
118
112
project_status
119
113
project_sums_agg
120
- project_task
121
- project_task_artifact
122
- project_task_external_order
123
114
project_weekly_metric
124
- prweb_vhost
125
115
role
126
116
role_setting
127
117
schema_migrations
@@ -138,10 +128,16 @@ Some notes on the differences between the GForge and the Redmine object models:
138
128
139
129
140
130
=== Tables that won't be migrated
131
+ artifact_canned_responses
141
132
activity_log
142
133
activity_log_old
143
- activity_log_old_old
134
+ activity_log_old_old
144
135
api_requests
136
+ artifact_canned_responses - couldn't find a redmine equivalent for this, although it is quite handy
137
+ artifact_counts_agg
138
+ artifact_extra_field_data
139
+ artifact_extra_field_elements
140
+ artifact_extra_field_list
145
141
cron_history
146
142
disk_usages
147
143
gem_namespace_ownerships
@@ -158,6 +154,11 @@ Some notes on the differences between the GForge and the Redmine object models:
158
154
prdb_dbs - empty in the RubyForge DB
159
155
prdb_states - empty in the RubyForge DB
160
156
prdb_types - empty in the RubyForge DB
157
+ project_assigned_to - part of task system
158
+ project_task
159
+ project_task_artifact
160
+ project_task_external_order
161
+ prweb_vhost
161
162
rep_group_act_daily
162
163
rep_group_act_monthly
163
164
rep_group_act_weekly
0 commit comments