fix: vercel
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
create table if not exists bands (
|
||||
id uuid primary key default gen_random_uuid(),
|
||||
name text not null,
|
||||
genre text,
|
||||
country text,
|
||||
stage text,
|
||||
time text
|
||||
);
|
||||
Reference in New Issue
Block a user