This commit is contained in:
NextJS
2026-05-05 20:02:40 +00:00
commit 0f6e979aac
51 changed files with 10161 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
```sql
create table public.settings (
key text not null primary key,
value text null
);
```