• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to Fix Character Deletion in a Few Easy Steps

Joined
Sep 30, 2006
Messages
735
Reaction score
207
Super easy...

Log into your server, Create a file called anything you want: EX : F.sql

Put this in the file
Code:
CREATE FUNCTION check_communicate_lock(uname TEXT) RETURNS integer
AS 'select 1;'
LANGUAGE SQL
IMMUTABLE
RETURNS NULL ON NULL INPUT;

log into psql and connect to ffmember (/c ffmember)
type \i [filenamehere](EX: "\i F.sql")

done, that's it...
 
Newbie Spellweaver
Joined
Apr 16, 2016
Messages
6
Reaction score
0
Hi,

How to delete a character completely?
I can still find the records in the database.
 
Back
Top