@@ -10,49 +10,49 @@ https://supabase.github.io/postgres-meta/
10
10
11
11
Schema:
12
12
13
- - [x ] ` POST /query ` (Execute SQL query)
14
- - [x ] ` /columns `
13
+ - [X ] ` POST /query ` (Execute SQL query)
14
+ - [X ] ` /columns `
15
15
- [X] GET (List)
16
16
- [X] POST (` alter table add column ` )
17
17
- [X] PATCH (` alter table alter/rename column ` )
18
18
- [X] DELETE (` alter table drop column ` )
19
- - [x ] ` /extensions `
19
+ - [X ] ` /extensions `
20
20
- [X] GET (List)
21
21
- [X] POST (` create extension ` )
22
22
- [X] PATCH (` alter extension ` )
23
23
- [X] DELETE (` drop extension ` )
24
- - [ ] ` /functions `
25
- - [x ] GET (List)
26
- - [ ] POST (` create function ` )
27
- - [ ] PATCH (` alter function ` )
28
- - [ ] DELETE (` drop function ` )
29
- - [x ] ` /publications `
24
+ - [X ] ` /functions `
25
+ - [X ] GET (List)
26
+ - [X ] POST (` create function ` )
27
+ - [X ] PATCH (` alter function ` )
28
+ - [X ] DELETE (` drop function ` )
29
+ - [X ] ` /publications `
30
30
- [X] GET (List)
31
31
- [X] POST (` create publication ` )
32
32
- [X] PATCH (` alter publication ` )
33
33
- [X] DELETE (` drop publication ` )
34
- - [x ] ` /roles `
35
- - [x ] GET (List)
36
- - [x ] POST (` create role ` )
37
- - [x ] PATCH (` alter role ` )
38
- - [x ] DELETE (` drop role ` )
39
- - [x ] ` /schemas `
34
+ - [X ] ` /roles `
35
+ - [X ] GET (List)
36
+ - [X ] POST (` create role ` )
37
+ - [X ] PATCH (` alter role ` )
38
+ - [X ] DELETE (` drop role ` )
39
+ - [X ] ` /schemas `
40
40
- [X] GET (List)
41
41
- [X] POST (` create schema ` )
42
42
- [X] PATCH (` alter schema ` )
43
43
- [X] DELETE (` drop schema ` )
44
- - [x ] ` /tables `
44
+ - [X ] ` /tables `
45
45
- [X] GET (List)
46
46
- [X] POST (` create table ` )
47
47
- [X] PATCH (` alter table ` )
48
48
- [X] DELETE (` drop table ` )
49
- - [x ] ` /triggers `
49
+ - [X ] ` /triggers `
50
50
- [X] GET (List)
51
51
- [X] POST (` create trigger ` )
52
52
- [X] PATCH (` alter trigger ` )
53
53
- [X] DELETE (` drop trigger ` )
54
54
- [ ] ` /types `
55
- - [x ] GET (List)
55
+ - [X ] GET (List)
56
56
- [ ] POST (` create type ` )
57
57
- [ ] PATCH (` alter type ` )
58
58
- [ ] DELETE (` drop type ` )
0 commit comments