mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 13:14:35 +00:00
5 lines
110 B
SQL
5 lines
110 B
SQL
-- sqlfluff:dialect:sqlite
|
|
DROP TRIGGER IF EXISTS update_sessions_updated_at;
|
|
|
|
DROP TABLE IF EXISTS sessions;
|