From 5c16dd11f4bdefa6d80f88fbe71540186f022462 Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Wed, 30 Mar 2022 00:37:36 -0700 Subject: [PATCH] altered table now has a default for performance cost --- migrations/dlu/3_add_performance_cost.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/dlu/3_add_performance_cost.sql b/migrations/dlu/3_add_performance_cost.sql index 8d9bc6e9..15da4470 100644 --- a/migrations/dlu/3_add_performance_cost.sql +++ b/migrations/dlu/3_add_performance_cost.sql @@ -1 +1 @@ -ALTER TABLE properties ADD COLUMN performance_cost DOUBLE(20, 15); \ No newline at end of file +ALTER TABLE properties ADD COLUMN performance_cost DOUBLE(20, 15) DEFAULT 0.0; \ No newline at end of file