mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 16:55:44 +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;
|