Not used column
This commit is contained in:
parent
aa21a76e19
commit
83cb900828
@ -2,7 +2,6 @@ CREATE OR REPLACE VIEW sessions_overview AS
|
|||||||
WITH s AS (
|
WITH s AS (
|
||||||
SELECT
|
SELECT
|
||||||
s.*,
|
s.*,
|
||||||
app.get_item('$PAGE_ID') AS page_id,
|
|
||||||
TRUNC(s.created_at) AS today
|
TRUNC(s.created_at) AS today
|
||||||
FROM sessions s
|
FROM sessions s
|
||||||
WHERE s.app_id = app.get_app_id()
|
WHERE s.app_id = app.get_app_id()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user