Quote:
Originally Posted by Delphiprogrammi
hi,
it's me again  i managed to fix the database crash by running the follwwing SQL query
Code:
ALTER TABLE vb_3userban add column 'reason' char(3) after bandate
but i'm not sure if it's correct can you tell me ?????? :speechless:
|
That's because you were not running the latest version before version 3.0.
In version 2.3.4, there was a query:
ALTER TABLE `".TABLE_PREFIX."userban` ADD COLUMN `reason` mediumtext
So, now drop the reason you have inserted and add the proper reason, char(3) is not enough.
Rgds