/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dotcom/zero-cache/migrations/011_file_creation_column.sql
5 строк
296 B
Mitja Bezenšek
Move to server side slurping. (#5348)
05 фев 2025, 11:01
Не верифицирован
05 фев 2025, 11:01
86aae29
Код
Авторство
О чём код?
-- Used for tracking the creation source of a file. Can be a duplication of an existing file, -- or slurping of a legacy file (multiplayer, readonly, snapshot). -- This is only used immediately after creation and should then be set to null. ALTER TABLE "file" ADD COLUMN "createSource" VARCHAR;