plura/migrations/20250719222019_remove_system_name.sql
Suya1671 1185763ea0
feat: remove system name
It didn't make much sense to have it tbh
2025-07-20 00:25:33 +02:00

2 lines
67 B
SQL

-- Add migration script here
ALTER TABLE systems DROP COLUMN name;