mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-14 23:21:20 +00:00
2 lines
No EOL
129 B
SQL
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; |