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;