mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +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; |