Update and rename user_obj_partitions.sql to obj_partitions.sql

This commit is contained in:
Jan Kvetina 2022-01-10 19:25:26 +01:00 committed by GitHub
parent eaabd77332
commit a846f49f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
CREATE OR REPLACE VIEW user_obj_partitions AS CREATE OR REPLACE VIEW obj_partitions AS
WITH x AS ( WITH x AS (
SELECT SELECT
app.get_item('$TABLE_NAME') AS table_name app.get_item('$TABLE_NAME') AS table_name