init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
```sql
|
||||
create table public.settings (
|
||||
key text not null primary key,
|
||||
value text null
|
||||
);
|
||||
```
|
||||
Reference in New Issue
Block a user