From 757639a77efb5c40b1adc02fb817f78e7af1065b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arwid=20Thornstr=C3=B6m?= Date: Thu, 12 Jun 2025 11:56:55 +0200 Subject: [PATCH] drop poi (#485) --- migrations/000.557.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.557.sql diff --git a/migrations/000.557.sql b/migrations/000.557.sql new file mode 100644 index 0000000..67c703c --- /dev/null +++ b/migrations/000.557.sql @@ -0,0 +1,3 @@ +ALTER TABLE rooms +DROP COLUMN IF EXISTS poi_x, +DROP COLUMN IF EXISTS poi_y;