Skip to content

Commit 5adf685

Browse files
committed
modularized and added mixed for cleanup
1 parent 8461481 commit 5adf685

File tree

96 files changed

+2927
-420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2927
-420
lines changed

packages/auth/__tests__/first.test.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/auth/auth.control

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/auth/launchql.plan

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/auth/package.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/rls-demo/launchql-rls-demo.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
comment = 'RLS demo extension with users and products tables'
33
default_version = '0.0.1'
44
module_pathname = '$libdir/launchql-rls-demo'
5-
requires = 'plpgsql,pgcrypto,auth'
5+
requires = 'plpgsql,pgcrypto,supabase'
66
relocatable = false
77
superuser = false
88

packages/rls-demo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@lql-pg/rls-demo",
33
"version": "0.0.1",
4+
"author": "Interweb <[email protected]>",
45
"description": "RLS (Row Level Security) demo extension with users and products tables",
56
"publishConfig": {
67
"access": "public"
File renamed without changes.

packages/rls-demo/__tests__/_realtime/_realtime-extensions.test.ts renamed to packages/supabase-rls-mixed/__tests__/_realtime/_realtime-extensions.test.ts

File renamed without changes.

0 commit comments

Comments
 (0)