1
+ alter table " public" ." assignments" alter column " event_log" set default ' {"auto": {"log": [], "checkboxes": {}}, "teleop": {"log": [], "checkboxes": {}}, "endgame": {"log": [], "checkboxes": {}}}' ::jsonb;
2
+
3
+ alter table " public" ." assignments" disable row level security;
4
+
5
+ alter table " public" ." events" disable row level security;
6
+
7
+ alter table " public" ." matches" disable row level security;
8
+
9
+ alter table " public" ." profiles" disable row level security;
10
+
11
+ grant delete on table " public" ." assignments" to " anon" ;
12
+
13
+ grant insert on table " public" ." assignments" to " anon" ;
14
+
15
+ grant references on table " public" ." assignments" to " anon" ;
16
+
17
+ grant select on table " public" ." assignments" to " anon" ;
18
+
19
+ grant trigger on table " public" ." assignments" to " anon" ;
20
+
21
+ grant truncate on table " public" ." assignments" to " anon" ;
22
+
23
+ grant update on table " public" ." assignments" to " anon" ;
24
+
25
+ grant delete on table " public" ." events" to " anon" ;
26
+
27
+ grant insert on table " public" ." events" to " anon" ;
28
+
29
+ grant references on table " public" ." events" to " anon" ;
30
+
31
+ grant select on table " public" ." events" to " anon" ;
32
+
33
+ grant trigger on table " public" ." events" to " anon" ;
34
+
35
+ grant truncate on table " public" ." events" to " anon" ;
36
+
37
+ grant update on table " public" ." events" to " anon" ;
38
+
39
+ grant delete on table " public" ." matches" to " anon" ;
40
+
41
+ grant insert on table " public" ." matches" to " anon" ;
42
+
43
+ grant references on table " public" ." matches" to " anon" ;
44
+
45
+ grant select on table " public" ." matches" to " anon" ;
46
+
47
+ grant trigger on table " public" ." matches" to " anon" ;
48
+
49
+ grant truncate on table " public" ." matches" to " anon" ;
50
+
51
+ grant update on table " public" ." matches" to " anon" ;
52
+
53
+ grant delete on table " public" ." profiles" to " anon" ;
54
+
55
+ grant insert on table " public" ." profiles" to " anon" ;
56
+
57
+ grant references on table " public" ." profiles" to " anon" ;
58
+
59
+ grant select on table " public" ." profiles" to " anon" ;
60
+
61
+ grant trigger on table " public" ." profiles" to " anon" ;
62
+
63
+ grant truncate on table " public" ." profiles" to " anon" ;
64
+
65
+ grant update on table " public" ." profiles" to " anon" ;
0 commit comments