veylant/migrations/000012_users_add_name.down.sql
2026-03-06 18:38:04 +01:00

2 lines
46 B
SQL

ALTER TABLE users DROP COLUMN IF EXISTS name;