Files
AstralRinth/migrations/20240701213559_remove-user-names.sql
Geometrically 2e35f3608b Remove name field (and remove existing data) (#935)
* Remove name field (and remove existing data)

* run prep, fmt

* fix dummy data
2024-09-06 20:16:28 -07:00

1 line
35 B
SQL

ALTER TABLE users DROP COLUMN name;