Fixed name
This commit is contained in:
parent
cf8a3e086a
commit
65645e195d
@ -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()
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user