This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/migrations/027-ban.sql

6 lines
69 B
MySQL
Raw Normal View History

2021-06-16 07:08:38 -07:00
-- Up
ALTER TABLE users ADD COLUMN bannedReason TEXT NULL;
-- Down