mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +00:00
9 lines
292 B
SQL
9 lines
292 B
SQL
DROP TRIGGER IF EXISTS update_sessions_updated_at;
|
|
DROP TRIGGER IF EXISTS update_messages_updated_at;
|
|
|
|
DROP TRIGGER IF EXISTS update_session_message_count_on_delete;
|
|
DROP TRIGGER IF EXISTS update_session_message_count_on_insert;
|
|
|
|
DROP TABLE IF EXISTS sessions;
|
|
DROP TABLE IF EXISTS messages;
|