The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Ok, so I now have the new column in int(10) type. Now the 3rd line does not work. I get the following error:
|
#12
|
|||
|
|||
I think the third one should be:
Code:
UPDATE `wp_posts` SET `post_date` = UNIX_TIMESTAMP( post_date_old ) |
#13
|
||||
|
||||
Okay... I got it now! It should be these queries...
Code:
ALTER TABLE `wp_posts` CHANGE `post_date` `post_date_old` datetime NOT NULL ALTER TABLE `wp_posts` ADD `post_date` int(10) NOT NULL UPDATE `wp_posts` SET `post_date`=UNIX_TIMESTAMP(post_date_old) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|