Project

General

Profile

Forum conversion » History » Version 1

Amber Herold, 07/06/2010 02:03 PM

1 1 Amber Herold
h1. Forum conversion
2
3
Notes on porting the Leginon BB to Redmine
4
5
6
h2. Redmine DB Tables
7
8
+Messages+
9
10
id   	  board_id   	  parent_id   	  subject   	  content   	  author_id   	  replies_count   	  last_reply_id   	  created_on   	  updated_on   	  locked   	  sticky
11
12
+Boards+
13
14
id   	  project_id   	  name   	  description   	  position   	  topics_count   	  messages_count   	  last_message_id
15
16
17
+Users+
18
19
id   	  login   	  hashed_password   	  firstname   	  lastname   	  mail   	  mail_notification   	  admin   	  status   	  last_login_on   	  language   	  auth_source_id   	  created_on   	  updated_on   	  type   	  identity_url
20
21
22
h2. BB DB Tables