Skip to content

Commit 41ea274

Browse files
author
Tom Copeland
committed
Some more notes on migrated (or unmigrated) tables
1 parent 0869b03 commit 41ea274

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.rdoc

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,9 @@ Some notes on the differences between the GForge and the Redmine object models:
5959

6060
=== GForge table to Redmine table mapping
6161
artifact issues
62-
artifact_canned_responses
6362
artifact_category issue_categories
64-
artifact_counts_agg
65-
artifact_extra_field_data
66-
artifact_extra_field_elements
67-
artifact_extra_field_list
6863
artifact_file
69-
artifact_group
64+
artifact_group project_trackers
7065
artifact_group_list project_trackers
7166
artifact_history
7267
artifact_message journals
@@ -81,9 +76,9 @@ Some notes on the differences between the GForge and the Redmine object models:
8176
doc_groups
8277
doc_states
8378
filemodule_monitor
84-
forum boards
79+
forum messages
8580
forum_agg_msg_count
86-
forum_group_list
81+
forum_group_list boards
8782
forum_monitored_forums
8883
forum_perm
8984
forum_saved_place
@@ -103,7 +98,6 @@ Some notes on the differences between the GForge and the Redmine object models:
10398
mail_group_list
10499
news_bytes
105100
plugins
106-
project_assigned_to
107101
project_category
108102
project_counts_agg
109103
project_dependencies
@@ -117,11 +111,7 @@ Some notes on the differences between the GForge and the Redmine object models:
117111
project_perm
118112
project_status
119113
project_sums_agg
120-
project_task
121-
project_task_artifact
122-
project_task_external_order
123114
project_weekly_metric
124-
prweb_vhost
125115
role
126116
role_setting
127117
schema_migrations
@@ -138,10 +128,16 @@ Some notes on the differences between the GForge and the Redmine object models:
138128

139129

140130
=== Tables that won't be migrated
131+
artifact_canned_responses
141132
activity_log
142133
activity_log_old
143-
activity_log_old_old
134+
activity_log_old_old
144135
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
145141
cron_history
146142
disk_usages
147143
gem_namespace_ownerships
@@ -158,6 +154,11 @@ Some notes on the differences between the GForge and the Redmine object models:
158154
prdb_dbs - empty in the RubyForge DB
159155
prdb_states - empty in the RubyForge DB
160156
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
161162
rep_group_act_daily
162163
rep_group_act_monthly
163164
rep_group_act_weekly

0 commit comments

Comments
 (0)