From 6d68871df403eb7eb3c356b74752b3f54e4429d9 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Mon, 27 May 2024 09:50:32 +0200 Subject: [PATCH] Add orders.price_decimals (#401) --- migrations/000.478.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.478.sql diff --git a/migrations/000.478.sql b/migrations/000.478.sql new file mode 100644 index 0000000..6c51f38 --- /dev/null +++ b/migrations/000.478.sql @@ -0,0 +1 @@ +ALTER TABLE orders ADD COLUMN price_decimals int DEFAULT NULL; \ No newline at end of file