mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-10 18:58:48 +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;
|