From 65645e195d42583e392a2ff820f455a4c9b8ff6e Mon Sep 17 00:00:00 2001 From: Jan Kvetina Date: Mon, 10 Jan 2022 18:30:44 +0100 Subject: [PATCH] Fixed name --- views/user_obj_partitions.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/user_obj_partitions.sql b/views/user_obj_partitions.sql index b81ab73..d9e132d 100644 --- a/views/user_obj_partitions.sql +++ b/views/user_obj_partitions.sql @@ -1,7 +1,7 @@ CREATE OR REPLACE VIEW user_obj_partitions AS WITH x AS ( SELECT - app.get_item('$TABLE') AS table_name + app.get_item('$TABLE_NAME') AS table_name FROM users u WHERE u.user_id = app.get_user_id() ),