-- Add migration script here DROP TABLE IF EXISTS notes; DROP TABLE IF EXISTS chats; DROP TABLE IF EXISTS metadata; DROP TABLE IF EXISTS replies;