Skip to content

Commit 325d399

Browse files
author
Tom Copeland
committed
More notes on tables
1 parent 6d97594 commit 325d399

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rdoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,25 +97,19 @@ Some notes on the differences between the GForge and the Redmine object models:
9797
project_group_list
9898
project_history
9999
project_messages
100-
project_metric
101-
project_metric_tmp1
102100
project_perm
103101
project_status
104102
project_sums_agg
105103
project_weekly_metric
106104
role
107105
role_setting
108-
schema_migrations
109-
themes
110106
trove_agg
111107
trove_cat
112108
trove_group_link
113109
trove_treesums
114-
user_bookmarks
115110
user_group members,member_roles
116111
user_plugin
117-
user_preferences
118-
users users,user_preferences
112+
users users,user_preferences
119113

120114

121115
=== Tables that won't be migrated
@@ -156,6 +150,8 @@ Some notes on the differences between the GForge and the Redmine object models:
156150
prdb_states - empty in the RubyForge DB
157151
prdb_types - empty in the RubyForge DB
158152
project_assigned_to - part of task system
153+
project_metric
154+
project_metric_tmp1
159155
project_task
160156
project_task_artifact
161157
project_task_external_order
@@ -180,6 +176,7 @@ Some notes on the differences between the GForge and the Redmine object models:
180176
rep_users_cum_daily
181177
rep_users_cum_monthly
182178
rep_users_cum_weekly
179+
schema_migrations
183180
skills_data
184181
skills_data_types
185182
snippet
@@ -209,11 +206,14 @@ Some notes on the differences between the GForge and the Redmine object models:
209206
survey_rating_response
210207
survey_responses
211208
surveys
209+
themes
210+
user_bookmarks - only 35 rows in the RubyForge DB... and the settings are RubyForge-specific anyway
212211
user_diary
213212
user_diary_monitor
214213
user_metric - empty in the RubyForge DB
215214
user_metric0 - empty in the RubyForge DB
216215
user_metric_history - empty in the RubyForge DB
216+
user_preferences - only 69 rows in the RubyForge DB... and the settings are RubyForge-specific anyway
217217
user_ratings
218218
user_session
219219
user_type

0 commit comments

Comments
 (0)