S styui Member Licensed customer Dec 20, 2022 #1 I accidentally deleted the xf_user_alert table. How can I restore it?
S styui Member Licensed customer Dec 20, 2022 #3 Two days old. A lot of data would be lost! Upvote 0 Downvote
D Deleted member 184953 Guest Dec 20, 2022 #4 You could create a new database on your server, install the backup there and then export only the xf_user_alert table with the CREATE TABLE statement and then import it into your current database. Upvote 2 Downvote
You could create a new database on your server, install the backup there and then export only the xf_user_alert table with the CREATE TABLE statement and then import it into your current database.
S styui Member Licensed customer Dec 20, 2022 #5 It worked, thank you very much for your help! Upvote 0 Downvote