supermemory/apps/backend/drizzle/0008_add-notion.sql
2025-01-20 17:50:45 -07:00

2 lines
No EOL
129 B
SQL

-- Custom SQL migration file, put you code below! --
INSERT INTO "document_type" (type) VALUES ('notion') ON CONFLICT DO NOTHING;