Files
modrinth/apps/labrinth/migrations/20260724120000_delphi_rule_priority.sql
T
2026-07-26 15:17:50 +01:00

3 lines
73 B
SQL

ALTER TABLE delphi_rules
ADD COLUMN priority INTEGER NOT NULL DEFAULT 0;