Fixed name

This commit is contained in:
Jan Kvetina 2022-01-10 18:30:44 +01:00
parent cf8a3e086a
commit 65645e195d

View File

@ -1,7 +1,7 @@
CREATE OR REPLACE VIEW user_obj_partitions AS CREATE OR REPLACE VIEW user_obj_partitions AS
WITH x AS ( WITH x AS (
SELECT SELECT
app.get_item('$TABLE') AS table_name app.get_item('$TABLE_NAME') AS table_name
FROM users u FROM users u
WHERE u.user_id = app.get_user_id() WHERE u.user_id = app.get_user_id()
), ),