From e79d4e66f385f84ff02accc28f6f1a5927ceae31 Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Tue, 29 Mar 2022 19:46:38 -0700 Subject: [PATCH] add performance cost column --- migrations/dlu/3_add_performance_cost.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/dlu/3_add_performance_cost.sql diff --git a/migrations/dlu/3_add_performance_cost.sql b/migrations/dlu/3_add_performance_cost.sql new file mode 100644 index 00000000..8d9bc6e9 --- /dev/null +++ b/migrations/dlu/3_add_performance_cost.sql @@ -0,0 +1 @@ +ALTER TABLE properties ADD COLUMN performance_cost DOUBLE(20, 15); \ No newline at end of file