Update and rename user_obj_columns.sql to obj_columns.sql

This commit is contained in:
Jan Kvetina 2022-01-10 19:24:25 +01:00 committed by GitHub
parent 65645e195d
commit 17f07ccb03
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_columns AS
CREATE OR REPLACE VIEW obj_columns AS
WITH x AS (
SELECT
app.get_item('$TABLE_NAME') AS table_name