jon.m
09/19/2021, 5:54 AMjon.m
09/19/2021, 5:54 AMcopple
09/19/2021, 8:29 AMwaptik
09/19/2021, 9:02 AM1 occurs
3. Can't change primary key type for empty table even if i set int* in 1
4. Can't see default value field when editing primary key
The below screenshot is for 3-4jbergius
09/19/2021, 10:42 AM[
  {
    id: 'si_KFtDgimqIKkY6q',
    subscription_id: 'sub_1JbNQoEXkCyWFmfFwTxz6Ewu',
    user_id: '8f6cb53b-4a97-4297-a722-727cb2e6f335'
  },
  {
    id: 'si_KFtDSFw9pGCr6G',
    subscription_id: 'sub_1JbNQoEXkCyWFmfFwTxz6Ewu',
    user_id: '8f6cb53b-4a97-4297-a722-727cb2e6f335'
  }
]
Anyone has a clue?spiderz
09/19/2021, 3:43 PMsilentworks
09/19/2021, 4:10 PMuser
09/19/2021, 4:58 PMivanq3w
09/19/2021, 5:57 PMivanq3w
09/19/2021, 5:57 PMdarora
09/19/2021, 9:56 PMivanq3w
09/19/2021, 9:58 PMivanq3w
09/19/2021, 10:21 PMcode: "42501"
details: null
hint: null
message: "permission denied for schema public"
Tried to fix it with "GRANT USAGE ON SCHEMA public TO authenticator;"
But it does not helps (silentworks
09/19/2021, 10:29 PMivanq3w
09/19/2021, 10:31 PMScott P
09/19/2021, 10:50 PMDaniel
09/20/2021, 2:02 AMthelastcodebender
09/20/2021, 6:14 AMpatrik
09/20/2021, 9:46 AMpatrik
09/20/2021, 10:02 AMstibbs
09/20/2021, 10:20 AMpatrik
09/20/2021, 10:23 AMstibbs
09/20/2021, 10:24 AMmendesrenan5
09/20/2021, 11:34 AMloooke
09/20/2021, 1:26 PMMDobs
09/20/2021, 5:08 PMroom_name column that is equal to que?
supabase.from("multiplayer:room_name=eq.que")
  .on("*", (payload) => {
       console.log("Change received on que room", payload)
   }).subscribe()Scott P
09/20/2021, 5:21 PMque and not a code-level variable called que, then yes, that looks correctMDobs
09/20/2021, 5:23 PMmultiplayer:id=eq.23 it works, there is a room_name with a value of que it is type textKellen Mace
09/21/2021, 11:05 AMKellen Mace
09/21/2021, 11:06 AMrules table, a channels table, and a rule_channels table that stores the relationships between those two, like this: