2024-11-02 17:04:31 +00:00
|
|
|
-- Rename the person_mention table to person_comment_mention
|
|
|
|
ALTER TABLE person_comment_mention RENAME TO person_mention;
|
|
|
|
|
2024-12-11 20:06:08 +00:00
|
|
|
-- Drop the new tables
|
|
|
|
DROP TABLE person_post_mention, inbox_combined;
|
2024-12-12 03:22:55 +00:00
|
|
|
|