DarkflameServer/migrations/dlu/2_reporter_id.sql
2022-07-12 02:16:08 +01:00

2 lines
66 B
SQL

ALTER TABLE bug_reports ADD (reporter_id) INT NOT NULL DEFAULT 0;