umami/db/mysql/migrations/07_add_ip/migration.sql

2 lines
71 B
SQL

-- AlterTable
ALTER TABLE `session` ADD COLUMN `ip` VARCHAR(100) NULL;