Add backdrop api and test
This commit is contained in:
@@ -4,3 +4,5 @@ create table backdrop
|
||||
(
|
||||
content text primary key
|
||||
);
|
||||
|
||||
insert into backdrop (content) values ('');
|
||||
|
||||
Reference in New Issue
Block a user