DarkflameServer/migrations/dlu/3_add_performance_cost.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
71 B
MySQL
Raw Normal View History

2024-11-15 09:05:05 +00:00
ALTER TABLE properties ADD COLUMN performance_cost DOUBLE DEFAULT 0.0;