User Tag List
Results 1 to 5 of 5
Thread: Migration Posts
-
05-01-2002, 04:36 PM #1
Migration Posts
Minor glitch now that the number of posts per day is incorrect & irrelevant.
For instance cooler has over 300 posts per day now!!
Thought I'd report this.
-
05-01-2002, 05:14 PM #2
thanks. yes.
that'd be one of the less fixable bugs. not impossible, but it will require writing a program to go plow through the db and look for say, when cooler first posted, and make that his registration date. but... ugh. that would take a bit of hacking...
-
05-01-2002, 08:01 PM #3
Hey Kwun,
You should able to do something like:
UPDATE members
SET registration_date = (SELECT MIN(posting_date)
FROM posts
WHERE posts.member_id = member_id)
or something similar. Not sure of mySQL syntax as my background is in Oracle DB.
-
05-02-2002, 07:36 AM #4
If Winex West Can's suggestion doesn't work the what about just removing it? If it's meaningless it doesn't need to be there.
-
05-02-2002, 01:29 PM #5
I don't think it's a major problem since you are not just going to look at every user's profile. Every user is affected so we may have to live with it.
Similar Threads
-
Migration from a Junior rank player to Senior Level.
By gemini12 in forum Professional PlayersReplies: 6: 06-21-2008, 02:41 PM -
400,000 posts!!!
By kwun in forum Forum FeedbackReplies: 22: 10-16-2006, 07:08 PM -
100,000 posts !
By kwun in forum General ForumReplies: 41: 12-25-2004, 06:23 PM -
Migration successful!!
By kwun in forum General ForumReplies: 7: 05-01-2002, 10:13 PM




Reply With Quote

Bookmarks