mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-11 23:10:56 +00:00
6 lines
143 B
MySQL
6 lines
143 B
MySQL
|
|
BEGIN;
|
||
|
|
DROP INDEX IF EXISTS idx_ai_feedback_conversation;
|
||
|
|
DROP INDEX IF EXISTS idx_ai_feedback_user;
|
||
|
|
DROP TABLE IF EXISTS ai_feedback;
|
||
|
|
COMMIT;
|