mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
8 lines
292 B
SQL
8 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;
|