DarkflameServer/migrations/dlu/2_reporter_id.sql

2 lines
64 B
MySQL
Raw Normal View History

2022-03-21 03:46:15 +00:00
ALTER TABLE bug_reports ADD reporter_id INT NOT NULL DEFAULT 0;