From c3fc9c6b9b4655ad3048e22551fbbd59c38835c3 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Sun, 25 May 2025 17:48:11 -0700 Subject: [PATCH] Fix position by adding migration Signed-off-by: Sacha Al Himdani --- pkg/coredata/migrations/20250525T180711Z.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pkg/coredata/migrations/20250525T180711Z.sql diff --git a/pkg/coredata/migrations/20250525T180711Z.sql b/pkg/coredata/migrations/20250525T180711Z.sql new file mode 100644 index 000000000..cb8bfa0c9 --- /dev/null +++ b/pkg/coredata/migrations/20250525T180711Z.sql @@ -0,0 +1,2 @@ +ALTER TABLE peoples + ADD COLUMN position TEXT;