2025-01-17 19:44:36 +05:00

4 lines
107 B
SQL

-- AlterTable
ALTER TABLE `Token` ALTER COLUMN `browser` DROP DEFAULT,
ALTER COLUMN `os` DROP DEFAULT;